#A99CEE

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

Shades of Biloba Flower #A99CEE

Tints of Biloba Flower #A99CEE

Color information

#A99CEE (or 0xA99CEE) is unknown color: approx Biloba Flower. HEX triplet: A9, 9C and EE. RGB value is (169,156,238). Sum of RGB (Red+Green+Blue) = 169+156+238=563 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.02% from 563); Green value is 156 (61.33% from 255 or 27.71% from 563); Blue value is 238 (93.36% from 255 or 42.27% from 563); Max value from RGB is 238 - color contains mainly: blue. Hex color #A99CEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A99CEE is #566311. Grayscale: #A8A8A8. Windows color (decimal): -5661458 or 15637673. OLE color: 15637673.

HSL color Cylindrical-coordinate representation of color #A99CEE: hue angle of 249.51º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A99CEE is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB169156238-
CMYK0.290.3400.07
HSL249.51º70.69%77.25%-
HSV(B)249.51º34.45%93.33%-
XYZ43.6838.3886-
YUV169.24166.81127.83-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.02%
GREEN value IS 156 (61.33% from 255) = 27.71%
BLUE value IS 238 (93.36% from 255) = 42.27%
R=30.02%
G=27.71%
B=42.27%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1691562380.290.3400.07249.5170.6977.25
HexA99CEE1D2207fa474d
Octal251234356354207372107115
Binary1010100110011100111011101110110001001111111101010001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99CEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99CEE; }

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

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

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

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

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

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

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

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