#A988CF

Color #A988CF Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #A988CF

Tints of Biloba Flower #A988CF

Color information

#A988CF (or 0xA988CF) is unknown color: approx Biloba Flower. HEX triplet: A9, 88 and CF. RGB value is (169,136,207). Sum of RGB (Red+Green+Blue) = 169+136+207=512 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.01% from 512); Green value is 136 (53.52% from 255 or 26.56% from 512); Blue value is 207 (81.25% from 255 or 40.43% from 512); Max value from RGB is 207 - color contains mainly: blue. Hex color #A988CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A988CF is #567730. Grayscale: #999999. Windows color (decimal): -5666609 or 13600937. OLE color: 13600937.

HSL color Cylindrical-coordinate representation of color #A988CF: hue angle of 267.89º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A988CF is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB169136207-
CMYK0.180.3400.19
HSL267.89º42.51%67.25%-
HSV(B)267.89º34.3%81.18%-
XYZ36.4330.5563.01-
YUV153.96157.93138.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 169 (66.41% from 255) = 33.01%
GREEN value IS 136 (53.52% from 255) = 26.56%
BLUE value IS 207 (81.25% from 255) = 40.43%
R=33.01%
G=26.56%
B=40.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1691362070.180.3400.19267.8942.5167.25
HexA988CF122201310c2b43
Octal251210317224202341453103
Binary101010011000100011001111100101000100100111000011001010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A988CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A988CF; }

 p { color: rgb(169,136,207); }

 H1.HeaderClassName
 {
   color: #A988CF;
 }
 .AnyTagClassName
 {
   color: #A988CF;
 }
</style>
background-color css

<style>
 a { background-color: #A988CF; }

 a { background-color: rgb(169,136,207); }

 div.DivClassName
 {
   background-color: #A988CF;
 }
 .BgClassName
 {
   background-color: #A988CF;
 }
</style>
border-color css

<style>
 span { border-color: #A988CF; }

 span { border-color: rgb(169,136,207); }

 td.TdClassName
 {
   border-color: #A988CF;
 }
 .TagClassName
 {
   border-color: #A988CF;
 }
</style>