Html Css Color HEX #AA52AD Violet Blue

📋 copy color: '#AA52AD'

red 170 ◦ green 82 ◦ blue 173

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

Shades of Violet Blue #AA52AD

Tints of Violet Blue #AA52AD

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.29%

 BLUE value IS 173 (67.97% from 255) = 40.71%

R = 40%
G = 19.29%
B = 40.71%

CMYK

 C value IS 0.02

 M value IS 0.53

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AA52AD (or 0xAA52AD) is known color: Violet Blue. HEX triplet: AA, 52 and AD. RGB value is (170,82,173). Sum of RGB (Red+Green+Blue) = 170+82+173=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 82 (32.42% from 255 or 19.29% from 425); Blue value is 173 (67.97% from 255 or 40.71% from 425); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA52AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA52AD is #55AD52. Grayscale: #767676. Windows color (decimal): -5614931 or 11358890. OLE color: 11358890.

HSL color Cylindrical-coordinate representation of color #AA52AD: hue angle of 298.02º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA52AD is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 170 82 173 -
CMYK 0.02 0.53 0 0.32
HSL 298.02º 0.36% 0.5% -
HSV(B) 298.02º 0.53% 0.68% -
XYZ 27.14 17.6 41.5 -
YUV 118.69 158.65 164.6 -
System Red Green Blue C M Y K H S L
Decimal 170 82 173 0.02 0.53 0 0.32 298.02 0.36 0.5
Hex AA 52 AD 2 35 0 20 12A 24 32
Octal 252 122 255 2 65 0 40 452 44 62
Binary 10101010 1010010 10101101 10 110101 0 100000 100101010 100100 110010

Color Harmonies of #AA52AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA52AD

Black with #AA52AD

Text Example


Text Example

White with #AA52AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA52AD; }

 p { color: rgb(170,82,173); }

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

background-color css

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

 a { background-color: rgb(170,82,173); }

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

border-color css

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

 span { border-color: rgb(170,82,173); }

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