Html Css Color HEX #AA96D6 Biloba Flower

📋 copy color: '#AA96D6'

red 170 ◦ green 150 ◦ blue 214

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

Shades of Biloba Flower #AA96D6

Tints of Biloba Flower #AA96D6

RGB

 RED value IS 170 (66.8% from 255) = 31.84%

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

 BLUE value IS 214 (83.98% from 255) = 40.07%

R = 31.84%
G = 28.09%
B = 40.07%

CMYK

 C value IS 0.21

 M value IS 0.30

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AA96D6 (or 0xAA96D6) is known color: Biloba Flower. HEX triplet: AA, 96 and D6. RGB value is (170,150,214). Sum of RGB (Red+Green+Blue) = 170+150+214=534 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.84% from 534); Green value is 150 (58.98% from 255 or 28.09% from 534); Blue value is 214 (83.98% from 255 or 40.07% from 534); Max value from RGB is 214 - color contains mainly: blue. Hex color #AA96D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA96D6 is #556929. Grayscale: #A3A3A3. Windows color (decimal): -5597482 or 14063274. OLE color: 14063274.

HSL color Cylindrical-coordinate representation of color #AA96D6: hue angle of 258.75º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AA96D6 is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 150 214 -
CMYK 0.21 0.30 0 0.16
HSL 258.75º 0.44% 0.71% -
HSV(B) 258.75º 0.3% 0.84% -
XYZ 39.62 35.21 68.33 -
YUV 163.28 156.63 132.8 -
System Red Green Blue C M Y K H S L
Decimal 170 150 214 0.21 0.30 0 0.16 258.75 0.44 0.71
Hex AA 96 D6 15 1E 0 10 103 2C 47
Octal 252 226 326 25 36 0 20 403 54 107
Binary 10101010 10010110 11010110 10101 11110 0 10000 100000011 101100 1000111

Color Harmonies of #AA96D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA96D6

Black with #AA96D6

Text Example


Text Example

White with #AA96D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA96D6; }

 p { color: rgb(170,150,214); }

 H1.HeaderClassName
 {
   color: #AA96D6;
 }
 .AnyTagClassName
 {
   color: #AA96D6;
 }
</style>

background-color css

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

 a { background-color: rgb(170,150,214); }

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

border-color css

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

 span { border-color: rgb(170,150,214); }

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