#A99CCD

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

Shades of Biloba Flower #A99CCD

Tints of Biloba Flower #A99CCD

Color information

#A99CCD (or 0xA99CCD) is unknown color: approx Biloba Flower. HEX triplet: A9, 9C and CD. RGB value is (169,156,205). Sum of RGB (Red+Green+Blue) = 169+156+205=530 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.89% from 530); Green value is 156 (61.33% from 255 or 29.43% from 530); Blue value is 205 (80.47% from 255 or 38.68% from 530); Max value from RGB is 205 - color contains mainly: blue. Hex color #A99CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99CCD is #566332. Grayscale: #A5A5A5. Windows color (decimal): -5661491 or 13474985. OLE color: 13474985.

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

Color convert

RGB169156205-
CMYK0.180.2400.20
HSL255.92º32.89%70.78%-
HSV(B)255.92º23.9%80.39%-
XYZ39.2736.6262.76-
YUV165.47150.31130.52-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.89%
GREEN value IS 156 (61.33% from 255) = 29.43%
BLUE value IS 205 (80.47% from 255) = 38.68%
R=31.89%
G=29.43%
B=38.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1691562050.180.2400.20255.9232.8970.78
HexA99CCD12180141002147
Octal251234315223002440041107
Binary10101001100111001100110110010110000101001000000001000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99CCD; }

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

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

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

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

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

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

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

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