Html Css Color HEX #AA539D Violet Blue

📋 copy color: '#AA539D'

red 170 ◦ green 83 ◦ blue 157

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

Shades of Violet Blue #AA539D

Tints of Violet Blue #AA539D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.24%

 BLUE value IS 157 (61.72% from 255) = 38.29%

R = 41.46%
G = 20.24%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AA539D (or 0xAA539D) is known color: Violet Blue. HEX triplet: AA, 53 and 9D. RGB value is (170,83,157). Sum of RGB (Red+Green+Blue) = 170+83+157=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 83 (32.81% from 255 or 20.24% from 410); Blue value is 157 (61.72% from 255 or 38.29% from 410); Max value from RGB is 170 - color contains mainly: red. Hex color #AA539D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA539D is #55AC62. Grayscale: #757575. Windows color (decimal): -5614691 or 10310570. OLE color: 10310570.

HSL color Cylindrical-coordinate representation of color #AA539D: hue angle of 308.97º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA539D is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 83 157 -
CMYK 0 0.51 0.08 0.33
HSL 308.97º 0.34% 0.5% -
HSV(B) 308.97º 0.51% 0.67% -
XYZ 25.76 17.17 33.85 -
YUV 117.45 150.32 165.48 -
System Red Green Blue C M Y K H S L
Decimal 170 83 157 0 0.51 0.08 0.33 308.97 0.34 0.5
Hex AA 53 9D 0 33 8 21 135 22 32
Octal 252 123 235 0 63 10 41 465 42 62
Binary 10101010 1010011 10011101 0 110011 1000 100001 100110101 100010 110010

Color Harmonies of #AA539D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA539D

Black with #AA539D

Text Example


Text Example

White with #AA539D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA539D; }

 p { color: rgb(170,83,157); }

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

background-color css

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

 a { background-color: rgb(170,83,157); }

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

border-color css

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

 span { border-color: rgb(170,83,157); }

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