#A996EB

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

Shades of Biloba Flower #A996EB

Tints of Biloba Flower #A996EB

Color information

#A996EB (or 0xA996EB) is unknown color: approx Biloba Flower. HEX triplet: A9, 96 and EB. RGB value is (169,150,235). Sum of RGB (Red+Green+Blue) = 169+150+235=554 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.51% from 554); Green value is 150 (58.98% from 255 or 27.08% from 554); Blue value is 235 (92.19% from 255 or 42.42% from 554); Max value from RGB is 235 - color contains mainly: blue. Hex color #A996EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A996EB is #566914. Grayscale: #A5A5A5. Windows color (decimal): -5662997 or 15439529. OLE color: 15439529.

HSL color Cylindrical-coordinate representation of color #A996EB: hue angle of 253.41º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A996EB is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB169150235-
CMYK0.280.3600.08
HSL253.41º68%75.49%-
HSV(B)253.41º36.17%92.16%-
XYZ42.2636.2583.37-
YUV165.37167.29130.59-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.51%
GREEN value IS 150 (58.98% from 255) = 27.08%
BLUE value IS 235 (92.19% from 255) = 42.42%
R=30.51%
G=27.08%
B=42.42%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1691502350.280.3600.08253.416875.49
HexA996EB1C2408fd444b
Octal2512263533444010375104113
Binary10101001100101101110101111100100100010001111110110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A996EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A996EB; }

 p { color: rgb(169,150,235); }

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

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

 a { background-color: rgb(169,150,235); }

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

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

 span { border-color: rgb(169,150,235); }

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