Html Css Color HEX #AA8ECE Biloba Flower

📋 copy color: '#AA8ECE'

red 170 ◦ green 142 ◦ blue 206

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

Shades of Biloba Flower #AA8ECE

Tints of Biloba Flower #AA8ECE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.41%

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

R = 32.82%
G = 27.41%
B = 39.77%

CMYK

 C value IS 0.17

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA8ECE (or 0xAA8ECE) is known color: Biloba Flower. HEX triplet: AA, 8E and CE. RGB value is (170,142,206). Sum of RGB (Red+Green+Blue) = 170+142+206=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 142 (55.86% from 255 or 27.41% from 518); Blue value is 206 (80.86% from 255 or 39.77% from 518); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA8ECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8ECE is #557131. Grayscale: #9D9D9D. Windows color (decimal): -5599538 or 13536938. OLE color: 13536938.

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

Color convert

RGB 170 142 206 -
CMYK 0.17 0.31 0 0.19
HSL 266.25º 0.4% 0.68% -
HSV(B) 266.25º 0.31% 0.81% -
XYZ 37.39 32.35 62.67 -
YUV 157.67 155.28 136.8 -
System Red Green Blue C M Y K H S L
Decimal 170 142 206 0.17 0.31 0 0.19 266.25 0.4 0.68
Hex AA 8E CE 11 1F 0 13 10A 28 44
Octal 252 216 316 21 37 0 23 412 50 104
Binary 10101010 10001110 11001110 10001 11111 0 10011 100001010 101000 1000100

Color Harmonies of #AA8ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8ECE

Black with #AA8ECE

Text Example


Text Example

White with #AA8ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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