Html Css Color HEX #AA88CE Biloba Flower

📋 copy color: '#AA88CE'

red 170 ◦ green 136 ◦ blue 206

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

Shades of Biloba Flower #AA88CE

Tints of Biloba Flower #AA88CE

RGB

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

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

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

R = 33.2%
G = 26.56%
B = 40.23%

CMYK

 C value IS 0.17

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA88CE (or 0xAA88CE) is known color: Biloba Flower. HEX triplet: AA, 88 and CE. RGB value is (170,136,206). Sum of RGB (Red+Green+Blue) = 170+136+206=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 136 (53.52% from 255 or 26.56% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA88CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA88CE is #557731. Grayscale: #999999. Windows color (decimal): -5601074 or 13535402. OLE color: 13535402.

HSL color Cylindrical-coordinate representation of color #AA88CE: hue angle of 269.14º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AA88CE is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 136 206 -
CMYK 0.17 0.34 0 0.19
HSL 269.14º 0.42% 0.67% -
HSV(B) 269.14º 0.34% 0.81% -
XYZ 36.52 30.61 62.38 -
YUV 154.15 157.26 139.31 -
System Red Green Blue C M Y K H S L
Decimal 170 136 206 0.17 0.34 0 0.19 269.14 0.42 0.67
Hex AA 88 CE 11 22 0 13 10D 2A 43
Octal 252 210 316 21 42 0 23 415 52 103
Binary 10101010 10001000 11001110 10001 100010 0 10011 100001101 101010 1000011

Color Harmonies of #AA88CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA88CE

Black with #AA88CE

Text Example


Text Example

White with #AA88CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA88CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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