Html Css Color HEX #AA96DB Biloba Flower

📋 copy color: '#AA96DB'

red 170 ◦ green 150 ◦ blue 219

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

Shades of Biloba Flower #AA96DB

Tints of Biloba Flower #AA96DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.63%

R = 31.54%
G = 27.83%
B = 40.63%

CMYK

 C value IS 0.22

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA96DB (or 0xAA96DB) is known color: Biloba Flower. HEX triplet: AA, 96 and DB. RGB value is (170,150,219). Sum of RGB (Red+Green+Blue) = 170+150+219=539 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.54% from 539); Green value is 150 (58.98% from 255 or 27.83% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA96DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA96DB is #556924. Grayscale: #A3A3A3. Windows color (decimal): -5597477 or 14390954. OLE color: 14390954.

HSL color Cylindrical-coordinate representation of color #AA96DB: hue angle of 257.39º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AA96DB is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 150 219 -
CMYK 0.22 0.32 0 0.14
HSL 257.39º 0.49% 0.72% -
HSV(B) 257.39º 0.32% 0.86% -
XYZ 40.27 35.47 71.74 -
YUV 163.85 159.13 132.39 -
System Red Green Blue C M Y K H S L
Decimal 170 150 219 0.22 0.32 0 0.14 257.39 0.49 0.72
Hex AA 96 DB 16 20 0 E 101 31 48
Octal 252 226 333 26 40 0 16 401 61 110
Binary 10101010 10010110 11011011 10110 100000 0 1110 100000001 110001 1001000

Color Harmonies of #AA96DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA96DB

Black with #AA96DB

Text Example


Text Example

White with #AA96DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA96DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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