Html Css Color HEX #AA99D6 Biloba Flower

📋 copy color: '#AA99D6'

red 170 ◦ green 153 ◦ blue 214

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

Shades of Biloba Flower #AA99D6

Tints of Biloba Flower #AA99D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 39.85%

R = 31.66%
G = 28.49%
B = 39.85%

CMYK

 C value IS 0.21

 M value IS 0.29

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AA99D6 (or 0xAA99D6) is known color: Biloba Flower. HEX triplet: AA, 99 and D6. RGB value is (170,153,214). Sum of RGB (Red+Green+Blue) = 170+153+214=537 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.66% from 537); Green value is 153 (60.16% from 255 or 28.49% from 537); Blue value is 214 (83.98% from 255 or 39.85% from 537); Max value from RGB is 214 - color contains mainly: blue. Hex color #AA99D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA99D6 is #556629. Grayscale: #A4A4A4. Windows color (decimal): -5596714 or 14064042. OLE color: 14064042.

HSL color Cylindrical-coordinate representation of color #AA99D6: hue angle of 256.72º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AA99D6 is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 153 214 -
CMYK 0.21 0.29 0 0.16
HSL 256.72º 0.43% 0.72% -
HSV(B) 256.72º 0.29% 0.84% -
XYZ 40.11 36.18 68.49 -
YUV 165.04 155.63 131.54 -
System Red Green Blue C M Y K H S L
Decimal 170 153 214 0.21 0.29 0 0.16 256.72 0.43 0.72
Hex AA 99 D6 15 1D 0 10 101 2B 48
Octal 252 231 326 25 35 0 20 401 53 110
Binary 10101010 10011001 11010110 10101 11101 0 10000 100000001 101011 1001000

Color Harmonies of #AA99D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA99D6

Black with #AA99D6

Text Example


Text Example

White with #AA99D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA99D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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