Html Css Color HEX #AA96CC Biloba Flower

📋 copy color: '#AA96CC'

red 170 ◦ green 150 ◦ blue 204

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

Shades of Biloba Flower #AA96CC

Tints of Biloba Flower #AA96CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.93%

R = 32.44%
G = 28.63%
B = 38.93%

CMYK

 C value IS 0.17

 M value IS 0.26

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AA96CC (or 0xAA96CC) is known color: Biloba Flower. HEX triplet: AA, 96 and CC. RGB value is (170,150,204). Sum of RGB (Red+Green+Blue) = 170+150+204=524 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.44% from 524); Green value is 150 (58.98% from 255 or 28.63% from 524); Blue value is 204 (80.08% from 255 or 38.93% from 524); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA96CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA96CC is #556933. Grayscale: #A1A1A1. Windows color (decimal): -5597492 or 13407914. OLE color: 13407914.

HSL color Cylindrical-coordinate representation of color #AA96CC: hue angle of 262.22º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AA96CC is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 170 150 204 -
CMYK 0.17 0.26 0 0.2
HSL 262.22º 0.35% 0.69% -
HSV(B) 262.22º 0.26% 0.8% -
XYZ 38.38 34.72 61.81 -
YUV 162.14 151.63 133.61 -
System Red Green Blue C M Y K H S L
Decimal 170 150 204 0.17 0.26 0 0.2 262.22 0.35 0.69
Hex AA 96 CC 11 1A 0 14 106 23 45
Octal 252 226 314 21 32 0 24 406 43 105
Binary 10101010 10010110 11001100 10001 11010 0 10100 100000110 100011 1000101

Color Harmonies of #AA96CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA96CC

Black with #AA96CC

Text Example


Text Example

White with #AA96CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA96CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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