Html Css Color HEX #AA88DF Biloba Flower

📋 copy color: '#AA88DF'

red 170 ◦ green 136 ◦ blue 223

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

Shades of Biloba Flower #AA88DF

Tints of Biloba Flower #AA88DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.16%

R = 32.14%
G = 25.71%
B = 42.16%

CMYK

 C value IS 0.24

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA88DF (or 0xAA88DF) is known color: Biloba Flower. HEX triplet: AA, 88 and DF. RGB value is (170,136,223). Sum of RGB (Red+Green+Blue) = 170+136+223=529 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.14% from 529); Green value is 136 (53.52% from 255 or 25.71% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA88DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA88DF is #557720. Grayscale: #9B9B9B. Windows color (decimal): -5601057 or 14649514. OLE color: 14649514.

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

Color convert

RGB 170 136 223 -
CMYK 0.24 0.39 0 0.13
HSL 263.45º 0.58% 0.7% -
HSV(B) 263.45º 0.39% 0.87% -
XYZ 38.7 31.48 73.85 -
YUV 156.08 165.76 137.93 -
System Red Green Blue C M Y K H S L
Decimal 170 136 223 0.24 0.39 0 0.13 263.45 0.58 0.7
Hex AA 88 DF 18 27 0 D 107 3A 46
Octal 252 210 337 30 47 0 15 407 72 106
Binary 10101010 10001000 11011111 11000 100111 0 1101 100000111 111010 1000110

Color Harmonies of #AA88DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA88DF

Black with #AA88DF

Text Example


Text Example

White with #AA88DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA88DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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