#a996dd

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

Shades of Biloba Flower #A996DD

Tints of Biloba Flower #A996DD

Color information

#A996DD (or 0xA996DD) is unknown color: approx Biloba Flower. HEX triplet: A9, 96 and DD. RGB value is (169,150,221). Sum of RGB (Red+Green+Blue) = 169+150+221=540 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.30% from 540); Green value is 150 (58.98% from 255 or 27.78% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 221 - color contains mainly: blue. Hex color #A996DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A996DD is #566922. Grayscale: #A3A3A3. Windows color (decimal): -5663011 or 14522025. OLE color: 14522025.

HSL color Cylindrical-coordinate representation of color #A996DD: hue angle of 256.06º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A996DD is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB169150221-
CMYK0.240.3200.13
HSL256.06º51.08%72.75%-
HSV(B)256.06º32.13%86.67%-
XYZ40.3235.4773.13-
YUV163.77160.29131.73-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.30%
GREEN value IS 150 (58.98% from 255) = 27.78%
BLUE value IS 221 (86.72% from 255) = 40.93%
R=31.30%
G=27.78%
B=40.93%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1691502210.240.3200.13256.0651.0872.75
HexA996DD18200D1003349
Octal251226335304001540063111
Binary10101001100101101101110111000100000011011000000001100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a996dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a996dd; }

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

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

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

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

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

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

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

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