Html Css Color HEX #AA8CEE Biloba Flower

📋 copy color: '#AA8CEE'

red 170 ◦ green 140 ◦ blue 238

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

Shades of Biloba Flower #AA8CEE

Tints of Biloba Flower #AA8CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.43%

R = 31.02%
G = 25.55%
B = 43.43%

CMYK

 C value IS 0.29

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA8CEE (or 0xAA8CEE) is known color: Biloba Flower. HEX triplet: AA, 8C and EE. RGB value is (170,140,238). Sum of RGB (Red+Green+Blue) = 170+140+238=548 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.02% from 548); Green value is 140 (55.08% from 255 or 25.55% from 548); Blue value is 238 (93.36% from 255 or 43.43% from 548); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA8CEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA8CEE is #557311. Grayscale: #9F9F9F. Windows color (decimal): -5600018 or 15633578. OLE color: 15633578.

HSL color Cylindrical-coordinate representation of color #AA8CEE: hue angle of 258.37º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA8CEE is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 140 238 -
CMYK 0.29 0.41 0 0.07
HSL 258.37º 0.74% 0.74% -
HSV(B) 258.37º 0.41% 0.93% -
XYZ 41.39 33.48 85.17 -
YUV 160.14 171.94 135.03 -
System Red Green Blue C M Y K H S L
Decimal 170 140 238 0.29 0.41 0 0.07 258.37 0.74 0.74
Hex AA 8C EE 1D 29 0 7 102 4A 4A
Octal 252 214 356 35 51 0 7 402 112 112
Binary 10101010 10001100 11101110 11101 101001 0 111 100000010 1001010 1001010

Color Harmonies of #AA8CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8CEE

Black with #AA8CEE

Text Example


Text Example

White with #AA8CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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