Html Css Color HEX #AA96F0 Biloba Flower

📋 copy color: '#AA96F0'

red 170 ◦ green 150 ◦ blue 240

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

Shades of Biloba Flower #AA96F0

Tints of Biloba Flower #AA96F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 42.86%

R = 30.36%
G = 26.79%
B = 42.86%

CMYK

 C value IS 0.29

 M value IS 0.37

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AA96F0 (or 0xAA96F0) is known color: Biloba Flower. HEX triplet: AA, 96 and F0. RGB value is (170,150,240). Sum of RGB (Red+Green+Blue) = 170+150+240=560 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.36% from 560); Green value is 150 (58.98% from 255 or 26.79% from 560); Blue value is 240 (94.14% from 255 or 42.86% from 560); Max value from RGB is 240 - color contains mainly: blue. Hex color #AA96F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA96F0 is #55690F. Grayscale: #A5A5A5. Windows color (decimal): -5597456 or 15767210. OLE color: 15767210.

HSL color Cylindrical-coordinate representation of color #AA96F0: hue angle of 253.33º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA96F0 is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 170 150 240 -
CMYK 0.29 0.37 0 0.06
HSL 253.33º 0.75% 0.76% -
HSV(B) 253.33º 0.38% 0.94% -
XYZ 43.21 36.65 87.23 -
YUV 166.24 169.63 130.68 -
System Red Green Blue C M Y K H S L
Decimal 170 150 240 0.29 0.37 0 0.06 253.33 0.75 0.76
Hex AA 96 F0 1D 25 0 6 FD 4B 4C
Octal 252 226 360 35 45 0 6 375 113 114
Binary 10101010 10010110 11110000 11101 100101 0 110 11111101 1001011 1001100

Color Harmonies of #AA96F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA96F0

Black with #AA96F0

Text Example


Text Example

White with #AA96F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA96F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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