Html Css Color HEX #AA8CE0 Biloba Flower

📋 copy color: '#AA8CE0'

red 170 ◦ green 140 ◦ blue 224

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

Shades of Biloba Flower #AA8CE0

Tints of Biloba Flower #AA8CE0

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.22%

 BLUE value IS 224 (87.89% from 255) = 41.95%

R = 31.84%
G = 26.22%
B = 41.95%

CMYK

 C value IS 0.24

 M value IS 0.38

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AA8CE0 (or 0xAA8CE0) is known color: Biloba Flower. HEX triplet: AA, 8C and E0. RGB value is (170,140,224). Sum of RGB (Red+Green+Blue) = 170+140+224=534 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.84% from 534); Green value is 140 (55.08% from 255 or 26.22% from 534); Blue value is 224 (87.89% from 255 or 41.95% from 534); Max value from RGB is 224 - color contains mainly: blue. Hex color #AA8CE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8CE0 is #55731F. Grayscale: #9E9E9E. Windows color (decimal): -5600032 or 14716074. OLE color: 14716074.

HSL color Cylindrical-coordinate representation of color #AA8CE0: hue angle of 261.43º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA8CE0 is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 170 140 224 -
CMYK 0.24 0.38 0 0.12
HSL 261.43º 0.58% 0.71% -
HSV(B) 261.43º 0.38% 0.88% -
XYZ 39.41 32.68 74.75 -
YUV 158.55 164.94 136.17 -
System Red Green Blue C M Y K H S L
Decimal 170 140 224 0.24 0.38 0 0.12 261.43 0.58 0.71
Hex AA 8C E0 18 26 0 C 105 3A 47
Octal 252 214 340 30 46 0 14 405 72 107
Binary 10101010 10001100 11100000 11000 100110 0 1100 100000101 111010 1000111

Color Harmonies of #AA8CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8CE0

Black with #AA8CE0

Text Example


Text Example

White with #AA8CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8CE0; }

 p { color: rgb(170,140,224); }

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

background-color css

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

 a { background-color: rgb(170,140,224); }

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

border-color css

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

 span { border-color: rgb(170,140,224); }

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