Html Css Color HEX #AA88DC Biloba Flower

📋 copy color: '#AA88DC'

red 170 ◦ green 136 ◦ blue 220

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

Shades of Biloba Flower #AA88DC

Tints of Biloba Flower #AA88DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.83%

R = 32.32%
G = 25.86%
B = 41.83%

CMYK

 C value IS 0.23

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA88DC (or 0xAA88DC) is known color: Biloba Flower. HEX triplet: AA, 88 and DC. RGB value is (170,136,220). Sum of RGB (Red+Green+Blue) = 170+136+220=526 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.32% from 526); Green value is 136 (53.52% from 255 or 25.86% from 526); Blue value is 220 (86.33% from 255 or 41.83% from 526); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA88DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA88DC is #557723. Grayscale: #9B9B9B. Windows color (decimal): -5601060 or 14452906. OLE color: 14452906.

HSL color Cylindrical-coordinate representation of color #AA88DC: hue angle of 264.29º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA88DC is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 136 220 -
CMYK 0.23 0.38 0 0.14
HSL 264.29º 0.55% 0.7% -
HSV(B) 264.29º 0.38% 0.86% -
XYZ 38.3 31.32 71.74 -
YUV 155.74 164.26 138.17 -
System Red Green Blue C M Y K H S L
Decimal 170 136 220 0.23 0.38 0 0.14 264.29 0.55 0.7
Hex AA 88 DC 17 26 0 E 108 37 46
Octal 252 210 334 27 46 0 16 410 67 106
Binary 10101010 10001000 11011100 10111 100110 0 1110 100001000 110111 1000110

Color Harmonies of #AA88DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA88DC

Black with #AA88DC

Text Example


Text Example

White with #AA88DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA88DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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