Html Css Color HEX #A15197 Violet Blue

📋 copy color: '#A15197'

red 161 ◦ green 81 ◦ blue 151

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

Shades of Violet Blue #A15197

Tints of Violet Blue #A15197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 38.42%

R = 40.97%
G = 20.61%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.06

 K value IS 0.37

RGB Variations

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

Color information

#A15197 (or 0xA15197) is known color: Violet Blue. HEX triplet: A1, 51 and 97. RGB value is (161,81,151). Sum of RGB (Red+Green+Blue) = 161+81+151=393 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.97% from 393); Green value is 81 (32.03% from 255 or 20.61% from 393); Blue value is 151 (59.38% from 255 or 38.42% from 393); Max value from RGB is 161 - color contains mainly: red. Hex color #A15197 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15197 is #5EAE68. Grayscale: #707070. Windows color (decimal): -6205033 or 9916833. OLE color: 9916833.

HSL color Cylindrical-coordinate representation of color #A15197: hue angle of 307.5º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A15197 is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 81 151 -
CMYK 0 0.50 0.06 0.37
HSL 307.5º 0.33% 0.47% -
HSV(B) 307.5º 0.5% 0.63% -
XYZ 23.23 15.7 31.08 -
YUV 112.9 149.5 162.31 -
System Red Green Blue C M Y K H S L
Decimal 161 81 151 0 0.50 0.06 0.37 307.5 0.33 0.47
Hex A1 51 97 0 32 6 25 134 21 2F
Octal 241 121 227 0 62 6 45 464 41 57
Binary 10100001 1010001 10010111 0 110010 110 100101 100110100 100001 101111

Color Harmonies of #A15197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15197

Black with #A15197

Text Example


Text Example

White with #A15197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15197; }

 p { color: rgb(161,81,151); }

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

background-color css

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

 a { background-color: rgb(161,81,151); }

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

border-color css

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

 span { border-color: rgb(161,81,151); }

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