Html Css Color HEX #AA8FE0 Biloba Flower

📋 copy color: '#AA8FE0'

red 170 ◦ green 143 ◦ blue 224

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

Shades of Biloba Flower #AA8FE0

Tints of Biloba Flower #AA8FE0

RGB

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

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

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

R = 31.66%
G = 26.63%
B = 41.71%

CMYK

 C value IS 0.24

 M value IS 0.36

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AA8FE0 (or 0xAA8FE0) is known color: Biloba Flower. HEX triplet: AA, 8F and E0. RGB value is (170,143,224). Sum of RGB (Red+Green+Blue) = 170+143+224=537 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.66% from 537); Green value is 143 (56.25% from 255 or 26.63% from 537); Blue value is 224 (87.89% from 255 or 41.71% from 537); Max value from RGB is 224 - color contains mainly: blue. Hex color #AA8FE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8FE0 is #55701F. Grayscale: #A0A0A0. Windows color (decimal): -5599264 or 14716842. OLE color: 14716842.

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

Color convert

RGB 170 143 224 -
CMYK 0.24 0.36 0 0.12
HSL 260º 0.57% 0.72% -
HSV(B) 260º 0.36% 0.88% -
XYZ 39.85 33.57 74.9 -
YUV 160.31 163.95 134.91 -
System Red Green Blue C M Y K H S L
Decimal 170 143 224 0.24 0.36 0 0.12 260 0.57 0.72
Hex AA 8F E0 18 24 0 C 104 39 48
Octal 252 217 340 30 44 0 14 404 71 110
Binary 10101010 10001111 11100000 11000 100100 0 1100 100000100 111001 1001000

Color Harmonies of #AA8FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8FE0

Black with #AA8FE0

Text Example


Text Example

White with #AA8FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8FE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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