Html Css Color HEX #AA8ECB Biloba Flower

📋 copy color: '#AA8ECB'

red 170 ◦ green 142 ◦ blue 203

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

Shades of Biloba Flower #AA8ECB

Tints of Biloba Flower #AA8ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.42%

R = 33.01%
G = 27.57%
B = 39.42%

CMYK

 C value IS 0.16

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AA8ECB (or 0xAA8ECB) is known color: Biloba Flower. HEX triplet: AA, 8E and CB. RGB value is (170,142,203). Sum of RGB (Red+Green+Blue) = 170+142+203=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 142 (55.86% from 255 or 27.57% from 515); Blue value is 203 (79.69% from 255 or 39.42% from 515); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA8ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8ECB is #557134. Grayscale: #9D9D9D. Windows color (decimal): -5599541 or 13340330. OLE color: 13340330.

HSL color Cylindrical-coordinate representation of color #AA8ECB: hue angle of 267.54º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AA8ECB is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 142 203 -
CMYK 0.16 0.30 0 0.20
HSL 267.54º 0.37% 0.68% -
HSV(B) 267.54º 0.3% 0.8% -
XYZ 37.03 32.2 60.76 -
YUV 157.33 153.78 137.04 -
System Red Green Blue C M Y K H S L
Decimal 170 142 203 0.16 0.30 0 0.20 267.54 0.37 0.68
Hex AA 8E CB 10 1E 0 14 10C 25 44
Octal 252 216 313 20 36 0 24 414 45 104
Binary 10101010 10001110 11001011 10000 11110 0 10100 100001100 100101 1000100

Color Harmonies of #AA8ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8ECB

Black with #AA8ECB

Text Example


Text Example

White with #AA8ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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