Html Css Color HEX #AA96D8 Biloba Flower

📋 copy color: '#AA96D8'

red 170 ◦ green 150 ◦ blue 216

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

Shades of Biloba Flower #AA96D8

Tints of Biloba Flower #AA96D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 40.3%

R = 31.72%
G = 27.99%
B = 40.3%

CMYK

 C value IS 0.21

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AA96D8 (or 0xAA96D8) is known color: Biloba Flower. HEX triplet: AA, 96 and D8. RGB value is (170,150,216). Sum of RGB (Red+Green+Blue) = 170+150+216=536 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.72% from 536); Green value is 150 (58.98% from 255 or 27.99% from 536); Blue value is 216 (84.77% from 255 or 40.30% from 536); Max value from RGB is 216 - color contains mainly: blue. Hex color #AA96D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA96D8 is #556927. Grayscale: #A3A3A3. Windows color (decimal): -5597480 or 14194346. OLE color: 14194346.

HSL color Cylindrical-coordinate representation of color #AA96D8: hue angle of 258.18º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AA96D8 is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 150 216 -
CMYK 0.21 0.31 0 0.15
HSL 258.18º 0.46% 0.72% -
HSV(B) 258.18º 0.31% 0.85% -
XYZ 39.88 35.32 69.68 -
YUV 163.5 157.63 132.63 -
System Red Green Blue C M Y K H S L
Decimal 170 150 216 0.21 0.31 0 0.15 258.18 0.46 0.72
Hex AA 96 D8 15 1F 0 F 102 2E 48
Octal 252 226 330 25 37 0 17 402 56 110
Binary 10101010 10010110 11011000 10101 11111 0 1111 100000010 101110 1001000

Color Harmonies of #AA96D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA96D8

Black with #AA96D8

Text Example


Text Example

White with #AA96D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA96D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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