Html Css Color HEX #AA8ACE Biloba Flower

📋 copy color: '#AA8ACE'

red 170 ◦ green 138 ◦ blue 206

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

Shades of Biloba Flower #AA8ACE

Tints of Biloba Flower #AA8ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.08%

R = 33.07%
G = 26.85%
B = 40.08%

CMYK

 C value IS 0.17

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA8ACE (or 0xAA8ACE) is known color: Biloba Flower. HEX triplet: AA, 8A and CE. RGB value is (170,138,206). Sum of RGB (Red+Green+Blue) = 170+138+206=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 138 (54.30% from 255 or 26.85% from 514); Blue value is 206 (80.86% from 255 or 40.08% from 514); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA8ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8ACE is #557531. Grayscale: #9B9B9B. Windows color (decimal): -5600562 or 13535914. OLE color: 13535914.

HSL color Cylindrical-coordinate representation of color #AA8ACE: hue angle of 268.24º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AA8ACE is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 138 206 -
CMYK 0.17 0.33 0 0.19
HSL 268.24º 0.41% 0.67% -
HSV(B) 268.24º 0.33% 0.81% -
XYZ 36.81 31.18 62.47 -
YUV 155.32 156.6 138.47 -
System Red Green Blue C M Y K H S L
Decimal 170 138 206 0.17 0.33 0 0.19 268.24 0.41 0.67
Hex AA 8A CE 11 21 0 13 10C 29 43
Octal 252 212 316 21 41 0 23 414 51 103
Binary 10101010 10001010 11001110 10001 100001 0 10011 100001100 101001 1000011

Color Harmonies of #AA8ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8ACE

Black with #AA8ACE

Text Example


Text Example

White with #AA8ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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