Html Css Color HEX #AA88DD Biloba Flower

📋 copy color: '#AA88DD'

red 170 ◦ green 136 ◦ blue 221

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

Shades of Biloba Flower #AA88DD

Tints of Biloba Flower #AA88DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.94%

R = 32.26%
G = 25.81%
B = 41.94%

CMYK

 C value IS 0.23

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA88DD (or 0xAA88DD) is known color: Biloba Flower. HEX triplet: AA, 88 and DD. RGB value is (170,136,221). Sum of RGB (Red+Green+Blue) = 170+136+221=527 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.26% from 527); Green value is 136 (53.52% from 255 or 25.81% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA88DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA88DD is #557722. Grayscale: #9B9B9B. Windows color (decimal): -5601059 or 14518442. OLE color: 14518442.

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

Color convert

RGB 170 136 221 -
CMYK 0.23 0.38 0 0.13
HSL 264º 0.56% 0.7% -
HSV(B) 264º 0.38% 0.87% -
XYZ 38.43 31.37 72.44 -
YUV 155.86 164.76 138.09 -
System Red Green Blue C M Y K H S L
Decimal 170 136 221 0.23 0.38 0 0.13 264 0.56 0.7
Hex AA 88 DD 17 26 0 D 108 38 46
Octal 252 210 335 27 46 0 15 410 70 106
Binary 10101010 10001000 11011101 10111 100110 0 1101 100001000 111000 1000110

Color Harmonies of #AA88DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA88DD

Black with #AA88DD

Text Example


Text Example

White with #AA88DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA88DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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