Html Css Color HEX #AA88EE Biloba Flower

📋 copy color: '#AA88EE'

red 170 ◦ green 136 ◦ blue 238

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

Shades of Biloba Flower #AA88EE

Tints of Biloba Flower #AA88EE

RGB

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

 GREEN value IS 136 (53.52% from 255) = 25%

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

R = 31.25%
G = 25%
B = 43.75%

CMYK

 C value IS 0.29

 M value IS 0.43

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA88EE (or 0xAA88EE) is known color: Biloba Flower. HEX triplet: AA, 88 and EE. RGB value is (170,136,238). Sum of RGB (Red+Green+Blue) = 170+136+238=544 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.25% from 544); Green value is 136 (53.52% from 255 or 25% from 544); Blue value is 238 (93.36% from 255 or 43.75% from 544); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA88EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA88EE is #557711. Grayscale: #9D9D9D. Windows color (decimal): -5601042 or 15632554. OLE color: 15632554.

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

Color convert

RGB 170 136 238 -
CMYK 0.29 0.43 0 0.07
HSL 260º 0.75% 0.73% -
HSV(B) 260º 0.43% 0.93% -
XYZ 40.81 32.33 84.98 -
YUV 157.79 173.26 136.71 -
System Red Green Blue C M Y K H S L
Decimal 170 136 238 0.29 0.43 0 0.07 260 0.75 0.73
Hex AA 88 EE 1D 2B 0 7 104 4B 49
Octal 252 210 356 35 53 0 7 404 113 111
Binary 10101010 10001000 11101110 11101 101011 0 111 100000100 1001011 1001001

Color Harmonies of #AA88EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA88EE

Black with #AA88EE

Text Example


Text Example

White with #AA88EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA88EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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