Html Css Color HEX #AA96FF Biloba Flower

📋 copy color: '#AA96FF'

red 170 ◦ green 150 ◦ blue 255

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

Shades of Biloba Flower #AA96FF

Tints of Biloba Flower #AA96FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.35%

R = 29.57%
G = 26.09%
B = 44.35%

CMYK

 C value IS 0.33

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AA96FF (or 0xAA96FF) is known color: Biloba Flower. HEX triplet: AA, 96 and FF. RGB value is (170,150,255). Sum of RGB (Red+Green+Blue) = 170+150+255=575 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.57% from 575); Green value is 150 (58.98% from 255 or 26.09% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA96FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA96FF is #556900. Grayscale: #A7A7A7. Windows color (decimal): -5597441 or 16750250. OLE color: 16750250.

HSL color Cylindrical-coordinate representation of color #AA96FF: hue angle of 251.43º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA96FF is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 170 150 255 -
CMYK 0.33 0.41 0 0
HSL 251.43º 1% 0.79% -
HSV(B) 251.43º 0.41% 1% -
XYZ 45.53 37.58 99.46 -
YUV 167.95 177.13 129.46 -
System Red Green Blue C M Y K H S L
Decimal 170 150 255 0.33 0.41 0 0 251.43 1 0.79
Hex AA 96 FF 21 29 0 0 FB 64 4F
Octal 252 226 377 41 51 0 0 373 144 117
Binary 10101010 10010110 11111111 100001 101001 0 0 11111011 1100100 1001111

Color Harmonies of #AA96FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA96FF

Black with #AA96FF

Text Example


Text Example

White with #AA96FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA96FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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