#A99CD5

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

Shades of Biloba Flower #A99CD5

Tints of Biloba Flower #A99CD5

Color information

#A99CD5 (or 0xA99CD5) is unknown color: approx Biloba Flower. HEX triplet: A9, 9C and D5. RGB value is (169,156,213). Sum of RGB (Red+Green+Blue) = 169+156+213=538 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.41% from 538); Green value is 156 (61.33% from 255 or 29.00% from 538); Blue value is 213 (83.59% from 255 or 39.59% from 538); Max value from RGB is 213 - color contains mainly: blue. Hex color #A99CD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99CD5 is #56632A. Grayscale: #A6A6A6. Windows color (decimal): -5661483 or 13999273. OLE color: 13999273.

HSL color Cylindrical-coordinate representation of color #A99CD5: hue angle of 253.68º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A99CD5 is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB169156213-
CMYK0.210.2700.16
HSL253.68º40.43%72.35%-
HSV(B)253.68º26.76%83.53%-
XYZ40.2637.0267.97-
YUV166.38154.31129.87-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.41%
GREEN value IS 156 (61.33% from 255) = 29.00%
BLUE value IS 213 (83.59% from 255) = 39.59%
R=31.41%
G=29.00%
B=39.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1691562130.210.2700.16253.6840.4372.35
HexA99CD5151B010fe2848
Octal251234325253302037650110
Binary1010100110011100110101011010111011010000111111101010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99CD5; }

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

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

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

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

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

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

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

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