Html Css Color HEX #AA8FCE Biloba Flower

📋 copy color: '#AA8FCE'

red 170 ◦ green 143 ◦ blue 206

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

Shades of Biloba Flower #AA8FCE

Tints of Biloba Flower #AA8FCE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.55%

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

R = 32.76%
G = 27.55%
B = 39.69%

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

#AA8FCE (or 0xAA8FCE) is known color: Biloba Flower. HEX triplet: AA, 8F and CE. RGB value is (170,143,206). Sum of RGB (Red+Green+Blue) = 170+143+206=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 143 (56.25% from 255 or 27.55% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA8FCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8FCE is #557031. Grayscale: #9E9E9E. Windows color (decimal): -5599282 or 13537194. OLE color: 13537194.

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

Color convert

RGB 170 143 206 -
CMYK 0.17 0.31 0 0.19
HSL 265.71º 0.39% 0.68% -
HSV(B) 265.71º 0.31% 0.81% -
XYZ 37.54 32.65 62.72 -
YUV 158.26 154.95 136.38 -
System Red Green Blue C M Y K H S L
Decimal 170 143 206 0.17 0.31 0 0.19 265.71 0.39 0.68
Hex AA 8F CE 11 1F 0 13 10A 27 44
Octal 252 217 316 21 37 0 23 412 47 104
Binary 10101010 10001111 11001110 10001 11111 0 10011 100001010 100111 1000100

Color Harmonies of #AA8FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8FCE

Black with #AA8FCE

Text Example


Text Example

White with #AA8FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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