Html Css Color HEX #AA96E5 Biloba Flower

📋 copy color: '#AA96E5'

red 170 ◦ green 150 ◦ blue 229

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

Shades of Biloba Flower #AA96E5

Tints of Biloba Flower #AA96E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 41.71%

R = 30.97%
G = 27.32%
B = 41.71%

CMYK

 C value IS 0.26

 M value IS 0.34

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AA96E5 (or 0xAA96E5) is known color: Biloba Flower. HEX triplet: AA, 96 and E5. RGB value is (170,150,229). Sum of RGB (Red+Green+Blue) = 170+150+229=549 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.97% from 549); Green value is 150 (58.98% from 255 or 27.32% from 549); Blue value is 229 (89.84% from 255 or 41.71% from 549); Max value from RGB is 229 - color contains mainly: blue. Hex color #AA96E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA96E5 is #55691A. Grayscale: #A4A4A4. Windows color (decimal): -5597467 or 15046314. OLE color: 15046314.

HSL color Cylindrical-coordinate representation of color #AA96E5: hue angle of 255.19º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AA96E5 is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 170 150 229 -
CMYK 0.26 0.34 0 0.10
HSL 255.19º 0.6% 0.74% -
HSV(B) 255.19º 0.34% 0.9% -
XYZ 41.63 36.02 78.89 -
YUV 164.99 164.13 131.58 -
System Red Green Blue C M Y K H S L
Decimal 170 150 229 0.26 0.34 0 0.10 255.19 0.6 0.74
Hex AA 96 E5 1A 22 0 A FF 3C 4A
Octal 252 226 345 32 42 0 12 377 74 112
Binary 10101010 10010110 11100101 11010 100010 0 1010 11111111 111100 1001010

Color Harmonies of #AA96E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA96E5

Black with #AA96E5

Text Example


Text Example

White with #AA96E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA96E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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