Html Css Color HEX #AA9DDF Biloba Flower

📋 copy color: '#AA9DDF'

red 170 ◦ green 157 ◦ blue 223

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

Shades of Biloba Flower #AA9DDF

Tints of Biloba Flower #AA9DDF

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.55%

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

R = 30.91%
G = 28.55%
B = 40.55%

CMYK

 C value IS 0.24

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA9DDF (or 0xAA9DDF) is known color: Biloba Flower. HEX triplet: AA, 9D and DF. RGB value is (170,157,223). Sum of RGB (Red+Green+Blue) = 170+157+223=550 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.91% from 550); Green value is 157 (61.72% from 255 or 28.55% from 550); Blue value is 223 (87.5% from 255 or 40.55% from 550); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA9DDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9DDF is #556220. Grayscale: #A8A8A8. Windows color (decimal): -5595681 or 14654890. OLE color: 14654890.

HSL color Cylindrical-coordinate representation of color #AA9DDF: hue angle of 251.82º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AA9DDF is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 157 223 -
CMYK 0.24 0.30 0 0.13
HSL 251.82º 0.51% 0.75% -
HSV(B) 251.82º 0.3% 0.87% -
XYZ 41.95 37.99 74.93 -
YUV 168.41 158.81 129.13 -
System Red Green Blue C M Y K H S L
Decimal 170 157 223 0.24 0.30 0 0.13 251.82 0.51 0.75
Hex AA 9D DF 18 1E 0 D FC 33 4B
Octal 252 235 337 30 36 0 15 374 63 113
Binary 10101010 10011101 11011111 11000 11110 0 1101 11111100 110011 1001011

Color Harmonies of #AA9DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9DDF

Black with #AA9DDF

Text Example


Text Example

White with #AA9DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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