Html Css Color HEX #AA96E6 Biloba Flower

📋 copy color: '#AA96E6'

red 170 ◦ green 150 ◦ blue 230

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

Shades of Biloba Flower #AA96E6

Tints of Biloba Flower #AA96E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 41.82%

R = 30.91%
G = 27.27%
B = 41.82%

CMYK

 C value IS 0.26

 M value IS 0.35

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AA96E6 (or 0xAA96E6) is known color: Biloba Flower. HEX triplet: AA, 96 and E6. RGB value is (170,150,230). Sum of RGB (Red+Green+Blue) = 170+150+230=550 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.91% from 550); Green value is 150 (58.98% from 255 or 27.27% from 550); Blue value is 230 (90.23% from 255 or 41.82% from 550); Max value from RGB is 230 - color contains mainly: blue. Hex color #AA96E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA96E6 is #556919. Grayscale: #A4A4A4. Windows color (decimal): -5597466 or 15111850. OLE color: 15111850.

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

Color convert

RGB 170 150 230 -
CMYK 0.26 0.35 0 0.10
HSL 255º 0.62% 0.75% -
HSV(B) 255º 0.35% 0.9% -
XYZ 41.77 36.07 79.62 -
YUV 165.1 164.63 131.5 -
System Red Green Blue C M Y K H S L
Decimal 170 150 230 0.26 0.35 0 0.10 255 0.62 0.75
Hex AA 96 E6 1A 23 0 A FF 3E 4B
Octal 252 226 346 32 43 0 12 377 76 113
Binary 10101010 10010110 11100110 11010 100011 0 1010 11111111 111110 1001011

Color Harmonies of #AA96E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA96E6

Black with #AA96E6

Text Example


Text Example

White with #AA96E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA96E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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