Html Css Color HEX #AA96ED Biloba Flower

📋 copy color: '#AA96ED'

red 170 ◦ green 150 ◦ blue 237

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

Shades of Biloba Flower #AA96ED

Tints of Biloba Flower #AA96ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.55%

R = 30.52%
G = 26.93%
B = 42.55%

CMYK

 C value IS 0.28

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA96ED (or 0xAA96ED) is known color: Biloba Flower. HEX triplet: AA, 96 and ED. RGB value is (170,150,237). Sum of RGB (Red+Green+Blue) = 170+150+237=557 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.52% from 557); Green value is 150 (58.98% from 255 or 26.93% from 557); Blue value is 237 (92.97% from 255 or 42.55% from 557); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA96ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA96ED is #556912. Grayscale: #A5A5A5. Windows color (decimal): -5597459 or 15570602. OLE color: 15570602.

HSL color Cylindrical-coordinate representation of color #AA96ED: hue angle of 253.79º degrees, saturation: 0.71, 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 #AA96ED is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 150 237 -
CMYK 0.28 0.37 0 0.07
HSL 253.79º 0.71% 0.76% -
HSV(B) 253.79º 0.37% 0.93% -
XYZ 42.77 36.47 84.91 -
YUV 165.9 168.13 130.93 -
System Red Green Blue C M Y K H S L
Decimal 170 150 237 0.28 0.37 0 0.07 253.79 0.71 0.76
Hex AA 96 ED 1C 25 0 7 FE 47 4C
Octal 252 226 355 34 45 0 7 376 107 114
Binary 10101010 10010110 11101101 11100 100101 0 111 11111110 1000111 1001100

Color Harmonies of #AA96ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA96ED

Black with #AA96ED

Text Example


Text Example

White with #AA96ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA96ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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