Html Css Color HEX #AA99DF Biloba Flower

📋 copy color: '#AA99DF'

red 170 ◦ green 153 ◦ blue 223

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

Shades of Biloba Flower #AA99DF

Tints of Biloba Flower #AA99DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.84%

R = 31.14%
G = 28.02%
B = 40.84%

CMYK

 C value IS 0.24

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA99DF (or 0xAA99DF) is known color: Biloba Flower. HEX triplet: AA, 99 and DF. RGB value is (170,153,223). Sum of RGB (Red+Green+Blue) = 170+153+223=546 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.14% from 546); Green value is 153 (60.16% from 255 or 28.02% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA99DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA99DF is #556620. Grayscale: #A5A5A5. Windows color (decimal): -5596705 or 14653866. OLE color: 14653866.

HSL color Cylindrical-coordinate representation of color #AA99DF: hue angle of 254.57º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AA99DF is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 153 223 -
CMYK 0.24 0.31 0 0.13
HSL 254.57º 0.52% 0.74% -
HSV(B) 254.57º 0.31% 0.87% -
XYZ 41.29 36.66 74.71 -
YUV 166.06 160.13 130.81 -
System Red Green Blue C M Y K H S L
Decimal 170 153 223 0.24 0.31 0 0.13 254.57 0.52 0.74
Hex AA 99 DF 18 1F 0 D FF 34 4A
Octal 252 231 337 30 37 0 15 377 64 112
Binary 10101010 10011001 11011111 11000 11111 0 1101 11111111 110100 1001010

Color Harmonies of #AA99DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA99DF

Black with #AA99DF

Text Example


Text Example

White with #AA99DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA99DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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