Html Css Color HEX #A15494 Violet Blue

📋 copy color: '#A15494'

red 161 ◦ green 84 ◦ blue 148

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

Shades of Violet Blue #A15494

Tints of Violet Blue #A15494

RGB

 RED value IS 161 (63.28% from 255) = 40.97%

 GREEN value IS 84 (33.2% from 255) = 21.37%

 BLUE value IS 148 (58.2% from 255) = 37.66%

R = 40.97%
G = 21.37%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.08

 K value IS 0.37

RGB Variations

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

Color information

#A15494 (or 0xA15494) is known color: Violet Blue. HEX triplet: A1, 54 and 94. RGB value is (161,84,148). Sum of RGB (Red+Green+Blue) = 161+84+148=393 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.97% from 393); Green value is 84 (33.20% from 255 or 21.37% from 393); Blue value is 148 (58.20% from 255 or 37.66% from 393); Max value from RGB is 161 - color contains mainly: red. Hex color #A15494 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15494 is #5EAB6B. Grayscale: #727272. Windows color (decimal): -6204268 or 9720993. OLE color: 9720993.

HSL color Cylindrical-coordinate representation of color #A15494: hue angle of 310.13º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A15494 is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 84 148 -
CMYK 0 0.48 0.08 0.37
HSL 310.13º 0.31% 0.48% -
HSV(B) 310.13º 0.48% 0.63% -
XYZ 23.21 16.06 29.89 -
YUV 114.32 147.01 161.3 -
System Red Green Blue C M Y K H S L
Decimal 161 84 148 0 0.48 0.08 0.37 310.13 0.31 0.48
Hex A1 54 94 0 30 8 25 136 1F 30
Octal 241 124 224 0 60 10 45 466 37 60
Binary 10100001 1010100 10010100 0 110000 1000 100101 100110110 11111 110000

Color Harmonies of #A15494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15494

Black with #A15494

Text Example


Text Example

White with #A15494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15494; }

 p { color: rgb(161,84,148); }

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

background-color css

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

 a { background-color: rgb(161,84,148); }

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

border-color css

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

 span { border-color: rgb(161,84,148); }

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