Html Css Color HEX #AA509C Violet Blue

📋 copy color: '#AA509C'

red 170 ◦ green 80 ◦ blue 156

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

Shades of Violet Blue #AA509C

Tints of Violet Blue #AA509C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 38.42%

R = 41.87%
G = 19.7%
B = 38.42%

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

#AA509C (or 0xAA509C) is known color: Violet Blue. HEX triplet: AA, 50 and 9C. RGB value is (170,80,156). Sum of RGB (Red+Green+Blue) = 170+80+156=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 80 (31.64% from 255 or 19.70% from 406); Blue value is 156 (61.33% from 255 or 38.42% from 406); Max value from RGB is 170 - color contains mainly: red. Hex color #AA509C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA509C is #55AF63. Grayscale: #737373. Windows color (decimal): -5615460 or 10244266. OLE color: 10244266.

HSL color Cylindrical-coordinate representation of color #AA509C: hue angle of 309.33º 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 #AA509C is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 80 156 -
CMYK 0 0.53 0.08 0.33
HSL 309.33º 0.36% 0.49% -
HSV(B) 309.33º 0.53% 0.67% -
XYZ 25.45 16.68 33.33 -
YUV 115.57 150.82 166.82 -
System Red Green Blue C M Y K H S L
Decimal 170 80 156 0 0.53 0.08 0.33 309.33 0.36 0.49
Hex AA 50 9C 0 35 8 21 135 24 31
Octal 252 120 234 0 65 10 41 465 44 61
Binary 10101010 1010000 10011100 0 110101 1000 100001 100110101 100100 110001

Color Harmonies of #AA509C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA509C

Black with #AA509C

Text Example


Text Example

White with #AA509C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA509C; }

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

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

background-color css

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

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

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

border-color css

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

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

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