Html Css Color HEX #A15490 Violet Blue

📋 copy color: '#A15490'

red 161 ◦ green 84 ◦ blue 144

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

Shades of Violet Blue #A15490

Tints of Violet Blue #A15490

RGB

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

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

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

R = 41.39%
G = 21.59%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#A15490 (or 0xA15490) is known color: Violet Blue. HEX triplet: A1, 54 and 90. RGB value is (161,84,144). Sum of RGB (Red+Green+Blue) = 161+84+144=389 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.39% from 389); Green value is 84 (33.20% from 255 or 21.59% from 389); Blue value is 144 (56.64% from 255 or 37.02% from 389); Max value from RGB is 161 - color contains mainly: red. Hex color #A15490 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15490 is #5EAB6F. Grayscale: #717171. Windows color (decimal): -6204272 or 9458849. OLE color: 9458849.

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

Color convert

RGB 161 84 144 -
CMYK 0 0.48 0.11 0.37
HSL 313.25º 0.31% 0.48% -
HSV(B) 313.25º 0.48% 0.63% -
XYZ 22.9 15.93 28.25 -
YUV 113.86 145.01 161.62 -
System Red Green Blue C M Y K H S L
Decimal 161 84 144 0 0.48 0.11 0.37 313.25 0.31 0.48
Hex A1 54 90 0 30 B 25 139 1F 30
Octal 241 124 220 0 60 13 45 471 37 60
Binary 10100001 1010100 10010000 0 110000 1011 100101 100111001 11111 110000

Color Harmonies of #A15490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15490

Black with #A15490

Text Example


Text Example

White with #A15490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15490; }

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

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

background-color css

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

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

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

border-color css

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

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

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