Html Css Color HEX #AA8ECF Biloba Flower

📋 copy color: '#AA8ECF'

red 170 ◦ green 142 ◦ blue 207

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

Shades of Biloba Flower #AA8ECF

Tints of Biloba Flower #AA8ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.88%

R = 32.76%
G = 27.36%
B = 39.88%

CMYK

 C value IS 0.18

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA8ECF (or 0xAA8ECF) is known color: Biloba Flower. HEX triplet: AA, 8E and CF. RGB value is (170,142,207). Sum of RGB (Red+Green+Blue) = 170+142+207=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 142 (55.86% from 255 or 27.36% from 519); Blue value is 207 (81.25% from 255 or 39.88% from 519); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA8ECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8ECF is #557130. Grayscale: #9D9D9D. Windows color (decimal): -5599537 or 13602474. OLE color: 13602474.

HSL color Cylindrical-coordinate representation of color #AA8ECF: hue angle of 265.85º 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 #AA8ECF is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 142 207 -
CMYK 0.18 0.31 0 0.19
HSL 265.85º 0.4% 0.68% -
HSV(B) 265.85º 0.31% 0.81% -
XYZ 37.51 32.4 63.31 -
YUV 157.78 155.78 136.71 -
System Red Green Blue C M Y K H S L
Decimal 170 142 207 0.18 0.31 0 0.19 265.85 0.4 0.68
Hex AA 8E CF 12 1F 0 13 10A 28 44
Octal 252 216 317 22 37 0 23 412 50 104
Binary 10101010 10001110 11001111 10010 11111 0 10011 100001010 101000 1000100

Color Harmonies of #AA8ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8ECF

Black with #AA8ECF

Text Example


Text Example

White with #AA8ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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