#A999CD

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

Shades of Biloba Flower #A999CD

Tints of Biloba Flower #A999CD

Color information

#A999CD (or 0xA999CD) is unknown color: approx Biloba Flower. HEX triplet: A9, 99 and CD. RGB value is (169,153,205). Sum of RGB (Red+Green+Blue) = 169+153+205=527 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.07% from 527); Green value is 153 (60.16% from 255 or 29.03% from 527); Blue value is 205 (80.47% from 255 or 38.90% from 527); Max value from RGB is 205 - color contains mainly: blue. Hex color #A999CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A999CD is #566632. Grayscale: #A3A3A3. Windows color (decimal): -5662259 or 13474217. OLE color: 13474217.

HSL color Cylindrical-coordinate representation of color #A999CD: hue angle of 258.46º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A999CD is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB169153205-
CMYK0.180.2500.20
HSL258.46º34.21%70.2%-
HSV(B)258.46º25.37%80.39%-
XYZ38.7735.6362.59-
YUV163.71151.3131.77-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.07%
GREEN value IS 153 (60.16% from 255) = 29.03%
BLUE value IS 205 (80.47% from 255) = 38.90%
R=32.07%
G=29.03%
B=38.90%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1691532050.180.2500.20258.4634.2170.2
HexA999CD12190141022246
Octal251231315223102440242106
Binary10101001100110011100110110010110010101001000000101000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A999CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A999CD; }

 p { color: rgb(169,153,205); }

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

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

 a { background-color: rgb(169,153,205); }

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

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

 span { border-color: rgb(169,153,205); }

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