Html Css Color HEX #AA96EE Biloba Flower

📋 copy color: '#AA96EE'

red 170 ◦ green 150 ◦ blue 238

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

Shades of Biloba Flower #AA96EE

Tints of Biloba Flower #AA96EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.65%

R = 30.47%
G = 26.88%
B = 42.65%

CMYK

 C value IS 0.29

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA96EE (or 0xAA96EE) is known color: Biloba Flower. HEX triplet: AA, 96 and EE. RGB value is (170,150,238). Sum of RGB (Red+Green+Blue) = 170+150+238=558 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.47% from 558); Green value is 150 (58.98% from 255 or 26.88% from 558); Blue value is 238 (93.36% from 255 or 42.65% from 558); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA96EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA96EE is #556911. Grayscale: #A5A5A5. Windows color (decimal): -5597458 or 15636138. OLE color: 15636138.

HSL color Cylindrical-coordinate representation of color #AA96EE: hue angle of 253.64º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AA96EE is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 150 238 -
CMYK 0.29 0.37 0 0.07
HSL 253.64º 0.72% 0.76% -
HSV(B) 253.64º 0.37% 0.93% -
XYZ 42.92 36.53 85.68 -
YUV 166.01 168.63 130.84 -
System Red Green Blue C M Y K H S L
Decimal 170 150 238 0.29 0.37 0 0.07 253.64 0.72 0.76
Hex AA 96 EE 1D 25 0 7 FE 48 4C
Octal 252 226 356 35 45 0 7 376 110 114
Binary 10101010 10010110 11101110 11101 100101 0 111 11111110 1001000 1001100

Color Harmonies of #AA96EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA96EE

Black with #AA96EE

Text Example


Text Example

White with #AA96EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA96EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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