Html Css Color HEX #AA8CE8 Biloba Flower

📋 copy color: '#AA8CE8'

red 170 ◦ green 140 ◦ blue 232

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

Shades of Biloba Flower #AA8CE8

Tints of Biloba Flower #AA8CE8

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.83%

 BLUE value IS 232 (91.02% from 255) = 42.8%

R = 31.37%
G = 25.83%
B = 42.8%

CMYK

 C value IS 0.27

 M value IS 0.40

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AA8CE8 (or 0xAA8CE8) is known color: Biloba Flower. HEX triplet: AA, 8C and E8. RGB value is (170,140,232). Sum of RGB (Red+Green+Blue) = 170+140+232=542 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.37% from 542); Green value is 140 (55.08% from 255 or 25.83% from 542); Blue value is 232 (91.02% from 255 or 42.80% from 542); Max value from RGB is 232 - color contains mainly: blue. Hex color #AA8CE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA8CE8 is #557317. Grayscale: #9F9F9F. Windows color (decimal): -5600024 or 15240362. OLE color: 15240362.

HSL color Cylindrical-coordinate representation of color #AA8CE8: hue angle of 259.57º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA8CE8 is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 140 232 -
CMYK 0.27 0.40 0 0.09
HSL 259.57º 0.67% 0.73% -
HSV(B) 259.57º 0.4% 0.91% -
XYZ 40.52 33.13 80.6 -
YUV 159.46 168.94 135.52 -
System Red Green Blue C M Y K H S L
Decimal 170 140 232 0.27 0.40 0 0.09 259.57 0.67 0.73
Hex AA 8C E8 1B 28 0 9 104 43 49
Octal 252 214 350 33 50 0 11 404 103 111
Binary 10101010 10001100 11101000 11011 101000 0 1001 100000100 1000011 1001001

Color Harmonies of #AA8CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8CE8

Black with #AA8CE8

Text Example


Text Example

White with #AA8CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8CE8; }

 p { color: rgb(170,140,232); }

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

background-color css

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

 a { background-color: rgb(170,140,232); }

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

border-color css

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

 span { border-color: rgb(170,140,232); }

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