Html Css Color HEX #A9519E Violet Blue

📋 copy color: '#A9519E'

red 169 ◦ green 81 ◦ blue 158

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

Shades of Violet Blue #A9519E

Tints of Violet Blue #A9519E

RGB

 RED value IS 169 (66.41% from 255) = 41.42%

 GREEN value IS 81 (32.03% from 255) = 19.85%

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

R = 41.42%
G = 19.85%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.07

 K value IS 0.34

RGB Variations

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

Color information

#A9519E (or 0xA9519E) is known color: Violet Blue. HEX triplet: A9, 51 and 9E. RGB value is (169,81,158). Sum of RGB (Red+Green+Blue) = 169+81+158=408 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.42% from 408); Green value is 81 (32.03% from 255 or 19.85% from 408); Blue value is 158 (62.11% from 255 or 38.73% from 408); Max value from RGB is 169 - color contains mainly: red. Hex color #A9519E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9519E is #56AE61. Grayscale: #737373. Windows color (decimal): -5680738 or 10375593. OLE color: 10375593.

HSL color Cylindrical-coordinate representation of color #A9519E: hue angle of 307.5º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A9519E is Cyan = 0, Magento = 0.52, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 81 158 -
CMYK 0 0.52 0.07 0.34
HSL 307.5º 0.35% 0.49% -
HSV(B) 307.5º 0.52% 0.66% -
XYZ 25.48 16.79 34.25 -
YUV 116.09 151.65 165.74 -
System Red Green Blue C M Y K H S L
Decimal 169 81 158 0 0.52 0.07 0.34 307.5 0.35 0.49
Hex A9 51 9E 0 34 7 22 134 23 31
Octal 251 121 236 0 64 7 42 464 43 61
Binary 10101001 1010001 10011110 0 110100 111 100010 100110100 100011 110001

Color Harmonies of #A9519E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9519E

Black with #A9519E

Text Example


Text Example

White with #A9519E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9519E; }

 p { color: rgb(169,81,158); }

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

background-color css

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

 a { background-color: rgb(169,81,158); }

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

border-color css

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

 span { border-color: rgb(169,81,158); }

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