Html Css Color HEX #AA96C2 Biloba Flower

📋 copy color: '#AA96C2'

red 170 ◦ green 150 ◦ blue 194

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

Shades of Biloba Flower #AA96C2

Tints of Biloba Flower #AA96C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 37.74%

R = 33.07%
G = 29.18%
B = 37.74%

CMYK

 C value IS 0.12

 M value IS 0.23

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AA96C2 (or 0xAA96C2) is known color: Biloba Flower. HEX triplet: AA, 96 and C2. RGB value is (170,150,194). Sum of RGB (Red+Green+Blue) = 170+150+194=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 150 (58.98% from 255 or 29.18% from 514); Blue value is 194 (76.17% from 255 or 37.74% from 514); Max value from RGB is 194 - color contains mainly: blue. Hex color #AA96C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA96C2 is #55693D. Grayscale: #A0A0A0. Windows color (decimal): -5597502 or 12752554. OLE color: 12752554.

HSL color Cylindrical-coordinate representation of color #AA96C2: hue angle of 267.27º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AA96C2 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 170 150 194 -
CMYK 0.12 0.23 0 0.24
HSL 267.27º 0.27% 0.67% -
HSV(B) 267.27º 0.23% 0.76% -
XYZ 37.22 34.25 55.69 -
YUV 161 146.63 134.42 -
System Red Green Blue C M Y K H S L
Decimal 170 150 194 0.12 0.23 0 0.24 267.27 0.27 0.67
Hex AA 96 C2 C 17 0 18 10B 1B 43
Octal 252 226 302 14 27 0 30 413 33 103
Binary 10101010 10010110 11000010 1100 10111 0 11000 100001011 11011 1000011

Color Harmonies of #AA96C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA96C2

Black with #AA96C2

Text Example


Text Example

White with #AA96C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA96C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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