#A99CE6

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

Shades of Biloba Flower #A99CE6

Tints of Biloba Flower #A99CE6

Color information

#A99CE6 (or 0xA99CE6) is unknown color: approx Biloba Flower. HEX triplet: A9, 9C and E6. RGB value is (169,156,230). Sum of RGB (Red+Green+Blue) = 169+156+230=555 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.45% from 555); Green value is 156 (61.33% from 255 or 28.11% from 555); Blue value is 230 (90.23% from 255 or 41.44% from 555); Max value from RGB is 230 - color contains mainly: blue. Hex color #A99CE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A99CE6 is #566319. Grayscale: #A8A8A8. Windows color (decimal): -5661466 or 15113385. OLE color: 15113385.

HSL color Cylindrical-coordinate representation of color #A99CE6: hue angle of 250.54º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A99CE6 is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB169156230-
CMYK0.270.3200.10
HSL250.54º59.68%75.69%-
HSV(B)250.54º32.17%90.2%-
XYZ42.5337.9379.94-
YUV168.32162.81128.48-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.45%
GREEN value IS 156 (61.33% from 255) = 28.11%
BLUE value IS 230 (90.23% from 255) = 41.44%
R=30.45%
G=28.11%
B=41.44%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1691562300.270.3200.10250.5459.6875.69
HexA99CE61B200Afb3c4c
Octal251234346334001237374114
Binary1010100110011100111001101101110000001010111110111111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99CE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99CE6; }

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

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

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

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

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

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

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

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