Html Css Color HEX #AA509D Violet Blue

📋 copy color: '#AA509D'

red 170 ◦ green 80 ◦ blue 157

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

Shades of Violet Blue #AA509D

Tints of Violet Blue #AA509D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.66%

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

R = 41.77%
G = 19.66%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AA509D (or 0xAA509D) is known color: Violet Blue. HEX triplet: AA, 50 and 9D. RGB value is (170,80,157). Sum of RGB (Red+Green+Blue) = 170+80+157=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 80 (31.64% from 255 or 19.66% from 407); Blue value is 157 (61.72% from 255 or 38.57% from 407); Max value from RGB is 170 - color contains mainly: red. Hex color #AA509D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA509D is #55AF62. Grayscale: #737373. Windows color (decimal): -5615459 or 10309802. OLE color: 10309802.

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

Color convert

RGB 170 80 157 -
CMYK 0 0.53 0.08 0.33
HSL 308.67º 0.36% 0.49% -
HSV(B) 308.67º 0.53% 0.67% -
XYZ 25.53 16.72 33.78 -
YUV 115.69 151.32 166.74 -
System Red Green Blue C M Y K H S L
Decimal 170 80 157 0 0.53 0.08 0.33 308.67 0.36 0.49
Hex AA 50 9D 0 35 8 21 135 24 31
Octal 252 120 235 0 65 10 41 465 44 61
Binary 10101010 1010000 10011101 0 110101 1000 100001 100110101 100100 110001

Color Harmonies of #AA509D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA509D

Black with #AA509D

Text Example


Text Example

White with #AA509D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA509D; }

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

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

background-color css

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

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

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

border-color css

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

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

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