Html Css Color HEX #AA509E Violet Blue

📋 copy color: '#AA509E'

red 170 ◦ green 80 ◦ blue 158

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

Shades of Violet Blue #AA509E

Tints of Violet Blue #AA509E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 38.73%

R = 41.67%
G = 19.61%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AA509E (or 0xAA509E) is known color: Violet Blue. HEX triplet: AA, 50 and 9E. RGB value is (170,80,158). Sum of RGB (Red+Green+Blue) = 170+80+158=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 80 (31.64% from 255 or 19.61% from 408); Blue value is 158 (62.11% from 255 or 38.73% from 408); Max value from RGB is 170 - color contains mainly: red. Hex color #AA509E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA509E is #55AF61. Grayscale: #737373. Windows color (decimal): -5615458 or 10375338. OLE color: 10375338.

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

Color convert

RGB 170 80 158 -
CMYK 0 0.53 0.07 0.33
HSL 308º 0.36% 0.49% -
HSV(B) 308º 0.53% 0.67% -
XYZ 25.62 16.75 34.23 -
YUV 115.8 151.82 166.66 -
System Red Green Blue C M Y K H S L
Decimal 170 80 158 0 0.53 0.07 0.33 308 0.36 0.49
Hex AA 50 9E 0 35 7 21 134 24 31
Octal 252 120 236 0 65 7 41 464 44 61
Binary 10101010 1010000 10011110 0 110101 111 100001 100110100 100100 110001

Color Harmonies of #AA509E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA509E

Black with #AA509E

Text Example


Text Example

White with #AA509E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA509E; }

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

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

background-color css

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

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

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

border-color css

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

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

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