Html Css Color HEX #AA99C2 Biloba Flower

📋 copy color: '#AA99C2'

red 170 ◦ green 153 ◦ blue 194

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

Shades of Biloba Flower #AA99C2

Tints of Biloba Flower #AA99C2

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.59%

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

R = 32.88%
G = 29.59%
B = 37.52%

CMYK

 C value IS 0.12

 M value IS 0.21

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AA99C2 (or 0xAA99C2) is known color: Biloba Flower. HEX triplet: AA, 99 and C2. RGB value is (170,153,194). Sum of RGB (Red+Green+Blue) = 170+153+194=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 153 (60.16% from 255 or 29.59% from 517); Blue value is 194 (76.17% from 255 or 37.52% from 517); Max value from RGB is 194 - color contains mainly: blue. Hex color #AA99C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA99C2 is #55663D. Grayscale: #A2A2A2. Windows color (decimal): -5596734 or 12753322. OLE color: 12753322.

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

Color convert

RGB 170 153 194 -
CMYK 0.12 0.21 0 0.24
HSL 264.88º 0.25% 0.68% -
HSV(B) 264.88º 0.21% 0.76% -
XYZ 37.71 35.22 55.85 -
YUV 162.76 145.63 133.17 -
System Red Green Blue C M Y K H S L
Decimal 170 153 194 0.12 0.21 0 0.24 264.88 0.25 0.68
Hex AA 99 C2 C 15 0 18 109 19 44
Octal 252 231 302 14 25 0 30 411 31 104
Binary 10101010 10011001 11000010 1100 10101 0 11000 100001001 11001 1000100

Color Harmonies of #AA99C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA99C2

Black with #AA99C2

Text Example


Text Example

White with #AA99C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA99C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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