Html Css Color HEX #AA8ADE Biloba Flower

📋 copy color: '#AA8ADE'

red 170 ◦ green 138 ◦ blue 222

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

Shades of Biloba Flower #AA8ADE

Tints of Biloba Flower #AA8ADE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.04%

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

R = 32.08%
G = 26.04%
B = 41.89%

CMYK

 C value IS 0.23

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA8ADE (or 0xAA8ADE) is known color: Biloba Flower. HEX triplet: AA, 8A and DE. RGB value is (170,138,222). Sum of RGB (Red+Green+Blue) = 170+138+222=530 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.08% from 530); Green value is 138 (54.30% from 255 or 26.04% from 530); Blue value is 222 (87.11% from 255 or 41.89% from 530); Max value from RGB is 222 - color contains mainly: blue. Hex color #AA8ADE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8ADE is #557521. Grayscale: #9C9C9C. Windows color (decimal): -5600546 or 14584490. OLE color: 14584490.

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

Color convert

RGB 170 138 222 -
CMYK 0.23 0.38 0 0.13
HSL 262.86º 0.56% 0.71% -
HSV(B) 262.86º 0.38% 0.87% -
XYZ 38.85 32 73.24 -
YUV 157.14 164.6 137.17 -
System Red Green Blue C M Y K H S L
Decimal 170 138 222 0.23 0.38 0 0.13 262.86 0.56 0.71
Hex AA 8A DE 17 26 0 D 107 38 47
Octal 252 212 336 27 46 0 15 407 70 107
Binary 10101010 10001010 11011110 10111 100110 0 1101 100000111 111000 1000111

Color Harmonies of #AA8ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8ADE

Black with #AA8ADE

Text Example


Text Example

White with #AA8ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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