Html Css Color HEX #AA9CDD Biloba Flower

📋 copy color: '#AA9CDD'

red 170 ◦ green 156 ◦ blue 221

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

Shades of Biloba Flower #AA9CDD

Tints of Biloba Flower #AA9CDD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.52%

 BLUE value IS 221 (86.72% from 255) = 40.4%

R = 31.08%
G = 28.52%
B = 40.4%

CMYK

 C value IS 0.23

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA9CDD (or 0xAA9CDD) is known color: Biloba Flower. HEX triplet: AA, 9C and DD. RGB value is (170,156,221). Sum of RGB (Red+Green+Blue) = 170+156+221=547 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.08% from 547); Green value is 156 (61.33% from 255 or 28.52% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA9CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9CDD is #556322. Grayscale: #A7A7A7. Windows color (decimal): -5595939 or 14523562. OLE color: 14523562.

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

Color convert

RGB 170 156 221 -
CMYK 0.23 0.29 0 0.13
HSL 252.92º 0.49% 0.74% -
HSV(B) 252.92º 0.29% 0.87% -
XYZ 41.52 37.54 73.47 -
YUV 167.6 158.14 129.71 -
System Red Green Blue C M Y K H S L
Decimal 170 156 221 0.23 0.29 0 0.13 252.92 0.49 0.74
Hex AA 9C DD 17 1D 0 D FD 31 4A
Octal 252 234 335 27 35 0 15 375 61 112
Binary 10101010 10011100 11011101 10111 11101 0 1101 11111101 110001 1001010

Color Harmonies of #AA9CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9CDD

Black with #AA9CDD

Text Example


Text Example

White with #AA9CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9CDD; }

 p { color: rgb(170,156,221); }

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

background-color css

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

 a { background-color: rgb(170,156,221); }

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

border-color css

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

 span { border-color: rgb(170,156,221); }

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