Html Css Color HEX #A996DD Biloba Flower

📋 copy color: '#A996DD'

red 169 ◦ green 150 ◦ blue 221

#A996DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #A996DD

Tints of Biloba Flower #A996DD

RGB

 RED value IS 169 (66.41% from 255) = 31.3%

 GREEN value IS 150 (58.98% from 255) = 27.78%

 BLUE value IS 221 (86.72% from 255) = 40.93%

R = 31.3%
G = 27.78%
B = 40.93%

CMYK

 C value IS 0.24

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A996DD (or 0xA996DD) is known color: 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

RGB 169 150 221 -
CMYK 0.24 0.32 0 0.13
HSL 256.06º 0.51% 0.73% -
HSV(B) 256.06º 0.32% 0.87% -
XYZ 40.32 35.47 73.13 -
YUV 163.78 160.29 131.73 -
System Red Green Blue C M Y K H S L
Decimal 169 150 221 0.24 0.32 0 0.13 256.06 0.51 0.73
Hex A9 96 DD 18 20 0 D 100 33 49
Octal 251 226 335 30 40 0 15 400 63 111
Binary 10101001 10010110 11011101 11000 100000 0 1101 100000000 110011 1001001

Color Harmonies of #A996DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A996DD

Black with #A996DD

Text Example


Text Example

White with #A996DD

Text Example


Text Example

HTML Codes & Css Web 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>