Html Css Color HEX #A15190 Violet Blue

📋 copy color: '#A15190'

red 161 ◦ green 81 ◦ blue 144

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

Shades of Violet Blue #A15190

Tints of Violet Blue #A15190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 37.31%

R = 41.71%
G = 20.98%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#A15190 (or 0xA15190) is known color: Violet Blue. HEX triplet: A1, 51 and 90. RGB value is (161,81,144). Sum of RGB (Red+Green+Blue) = 161+81+144=386 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.71% from 386); Green value is 81 (32.03% from 255 or 20.98% from 386); Blue value is 144 (56.64% from 255 or 37.31% from 386); Max value from RGB is 161 - color contains mainly: red. Hex color #A15190 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15190 is #5EAE6F. Grayscale: #6F6F6F. Windows color (decimal): -6205040 or 9458081. OLE color: 9458081.

HSL color Cylindrical-coordinate representation of color #A15190: hue angle of 312.75º 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 #A15190 is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 81 144 -
CMYK 0 0.50 0.11 0.37
HSL 312.75º 0.33% 0.47% -
HSV(B) 312.75º 0.5% 0.63% -
XYZ 22.67 15.48 28.18 -
YUV 112.1 146 162.88 -
System Red Green Blue C M Y K H S L
Decimal 161 81 144 0 0.50 0.11 0.37 312.75 0.33 0.47
Hex A1 51 90 0 32 B 25 139 21 2F
Octal 241 121 220 0 62 13 45 471 41 57
Binary 10100001 1010001 10010000 0 110010 1011 100101 100111001 100001 101111

Color Harmonies of #A15190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15190

Black with #A15190

Text Example


Text Example

White with #A15190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15190; }

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

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

background-color css

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

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

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

border-color css

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

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

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