Html Css Color HEX #AA9DDC Biloba Flower

📋 copy color: '#AA9DDC'

red 170 ◦ green 157 ◦ blue 220

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

Shades of Biloba Flower #AA9DDC

Tints of Biloba Flower #AA9DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.22%

R = 31.08%
G = 28.7%
B = 40.22%

CMYK

 C value IS 0.23

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA9DDC (or 0xAA9DDC) is known color: Biloba Flower. HEX triplet: AA, 9D and DC. RGB value is (170,157,220). Sum of RGB (Red+Green+Blue) = 170+157+220=547 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.08% from 547); Green value is 157 (61.72% from 255 or 28.70% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA9DDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9DDC is #556223. Grayscale: #A7A7A7. Windows color (decimal): -5595684 or 14458282. OLE color: 14458282.

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

Color convert

RGB 170 157 220 -
CMYK 0.23 0.29 0 0.14
HSL 252.38º 0.47% 0.74% -
HSV(B) 252.38º 0.29% 0.86% -
XYZ 41.55 37.83 72.82 -
YUV 168.07 157.31 129.38 -
System Red Green Blue C M Y K H S L
Decimal 170 157 220 0.23 0.29 0 0.14 252.38 0.47 0.74
Hex AA 9D DC 17 1D 0 E FC 2F 4A
Octal 252 235 334 27 35 0 16 374 57 112
Binary 10101010 10011101 11011100 10111 11101 0 1110 11111100 101111 1001010

Color Harmonies of #AA9DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9DDC

Black with #AA9DDC

Text Example


Text Example

White with #AA9DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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