Html Css Color HEX #AA9ADC Biloba Flower

📋 copy color: '#AA9ADC'

red 170 ◦ green 154 ◦ blue 220

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

Shades of Biloba Flower #AA9ADC

Tints of Biloba Flower #AA9ADC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 28.31%

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

R = 31.25%
G = 28.31%
B = 40.44%

CMYK

 C value IS 0.23

 M value IS 0.3

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA9ADC (or 0xAA9ADC) is known color: Biloba Flower. HEX triplet: AA, 9A and DC. RGB value is (170,154,220). Sum of RGB (Red+Green+Blue) = 170+154+220=544 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.25% from 544); Green value is 154 (60.55% from 255 or 28.31% from 544); Blue value is 220 (86.33% from 255 or 40.44% from 544); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA9ADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9ADC is #556523. Grayscale: #A6A6A6. Windows color (decimal): -5596452 or 14457514. OLE color: 14457514.

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

Color convert

RGB 170 154 220 -
CMYK 0.23 0.3 0 0.14
HSL 254.55º 0.49% 0.73% -
HSV(B) 254.55º 0.3% 0.86% -
XYZ 41.05 36.82 72.65 -
YUV 166.31 158.3 130.63 -
System Red Green Blue C M Y K H S L
Decimal 170 154 220 0.23 0.3 0 0.14 254.55 0.49 0.73
Hex AA 9A DC 17 1E 0 E FF 31 49
Octal 252 232 334 27 36 0 16 377 61 111
Binary 10101010 10011010 11011100 10111 11110 0 1110 11111111 110001 1001001

Color Harmonies of #AA9ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9ADC

Black with #AA9ADC

Text Example


Text Example

White with #AA9ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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