Html Css Color HEX #AA96DC Biloba Flower

📋 copy color: '#AA96DC'

red 170 ◦ green 150 ◦ blue 220

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

Shades of Biloba Flower #AA96DC

Tints of Biloba Flower #AA96DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.74%

R = 31.48%
G = 27.78%
B = 40.74%

CMYK

 C value IS 0.23

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA96DC (or 0xAA96DC) is known color: Biloba Flower. HEX triplet: AA, 96 and DC. RGB value is (170,150,220). Sum of RGB (Red+Green+Blue) = 170+150+220=540 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.48% from 540); Green value is 150 (58.98% from 255 or 27.78% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA96DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA96DC is #556923. Grayscale: #A3A3A3. Windows color (decimal): -5597476 or 14456490. OLE color: 14456490.

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

Color convert

RGB 170 150 220 -
CMYK 0.23 0.32 0 0.14
HSL 257.14º 0.5% 0.73% -
HSV(B) 257.14º 0.32% 0.86% -
XYZ 40.4 35.53 72.44 -
YUV 163.96 159.63 132.31 -
System Red Green Blue C M Y K H S L
Decimal 170 150 220 0.23 0.32 0 0.14 257.14 0.5 0.73
Hex AA 96 DC 17 20 0 E 101 32 49
Octal 252 226 334 27 40 0 16 401 62 111
Binary 10101010 10010110 11011100 10111 100000 0 1110 100000001 110010 1001001

Color Harmonies of #AA96DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA96DC

Black with #AA96DC

Text Example


Text Example

White with #AA96DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA96DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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