Html Css Color HEX #AA9ADE Biloba Flower

📋 copy color: '#AA9ADE'

red 170 ◦ green 154 ◦ blue 222

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

Shades of Biloba Flower #AA9ADE

Tints of Biloba Flower #AA9ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.66%

R = 31.14%
G = 28.21%
B = 40.66%

CMYK

 C value IS 0.23

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA9ADE (or 0xAA9ADE) is known color: Biloba Flower. HEX triplet: AA, 9A and DE. RGB value is (170,154,222). Sum of RGB (Red+Green+Blue) = 170+154+222=546 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.14% from 546); Green value is 154 (60.55% from 255 or 28.21% from 546); Blue value is 222 (87.11% from 255 or 40.66% from 546); Max value from RGB is 222 - color contains mainly: blue. Hex color #AA9ADE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9ADE is #556521. Grayscale: #A6A6A6. Windows color (decimal): -5596450 or 14588586. OLE color: 14588586.

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

Color convert

RGB 170 154 222 -
CMYK 0.23 0.31 0 0.13
HSL 254.12º 0.51% 0.74% -
HSV(B) 254.12º 0.31% 0.87% -
XYZ 41.32 36.93 74.06 -
YUV 166.54 159.3 130.47 -
System Red Green Blue C M Y K H S L
Decimal 170 154 222 0.23 0.31 0 0.13 254.12 0.51 0.74
Hex AA 9A DE 17 1F 0 D FE 33 4A
Octal 252 232 336 27 37 0 15 376 63 112
Binary 10101010 10011010 11011110 10111 11111 0 1101 11111110 110011 1001010

Color Harmonies of #AA9ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9ADE

Black with #AA9ADE

Text Example


Text Example

White with #AA9ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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