Html Css Color HEX #AA9DCC Biloba Flower

📋 copy color: '#AA9DCC'

red 170 ◦ green 157 ◦ blue 204

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

Shades of Biloba Flower #AA9DCC

Tints of Biloba Flower #AA9DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.42%

R = 32.02%
G = 29.57%
B = 38.42%

CMYK

 C value IS 0.17

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AA9DCC (or 0xAA9DCC) is known color: Biloba Flower. HEX triplet: AA, 9D and CC. RGB value is (170,157,204). Sum of RGB (Red+Green+Blue) = 170+157+204=531 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.02% from 531); Green value is 157 (61.72% from 255 or 29.57% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA9DCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9DCC is #556233. Grayscale: #A6A6A6. Windows color (decimal): -5595700 or 13409706. OLE color: 13409706.

HSL color Cylindrical-coordinate representation of color #AA9DCC: hue angle of 256.6º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AA9DCC is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 170 157 204 -
CMYK 0.17 0.23 0 0.2
HSL 256.6º 0.32% 0.71% -
HSV(B) 256.6º 0.23% 0.8% -
XYZ 39.53 37.02 62.19 -
YUV 166.25 149.31 130.68 -
System Red Green Blue C M Y K H S L
Decimal 170 157 204 0.17 0.23 0 0.2 256.6 0.32 0.71
Hex AA 9D CC 11 17 0 14 101 20 47
Octal 252 235 314 21 27 0 24 401 40 107
Binary 10101010 10011101 11001100 10001 10111 0 10100 100000001 100000 1000111

Color Harmonies of #AA9DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9DCC

Black with #AA9DCC

Text Example


Text Example

White with #AA9DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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