#A996D1

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

Shades of Biloba Flower #A996D1

Tints of Biloba Flower #A996D1

Color information

#A996D1 (or 0xA996D1) is unknown color: approx Biloba Flower. HEX triplet: A9, 96 and D1. RGB value is (169,150,209). Sum of RGB (Red+Green+Blue) = 169+150+209=528 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.01% from 528); Green value is 150 (58.98% from 255 or 28.41% from 528); Blue value is 209 (82.03% from 255 or 39.58% from 528); Max value from RGB is 209 - color contains mainly: blue. Hex color #A996D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A996D1 is #56692E. Grayscale: #A2A2A2. Windows color (decimal): -5663023 or 13735593. OLE color: 13735593.

HSL color Cylindrical-coordinate representation of color #A996D1: hue angle of 259.32º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A996D1 is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB169150209-
CMYK0.190.2800.18
HSL259.32º39.07%70.39%-
HSV(B)259.32º28.23%81.96%-
XYZ38.7834.8565-
YUV162.41154.29132.7-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.01%
GREEN value IS 150 (58.98% from 255) = 28.41%
BLUE value IS 209 (82.03% from 255) = 39.58%
R=32.01%
G=28.41%
B=39.58%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1691502090.190.2800.18259.3239.0770.39
HexA996D1131C0121032746
Octal251226321233402240347106
Binary10101001100101101101000110011111000100101000000111001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A996D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A996D1; }

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

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

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

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

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

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

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

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