Html Css Color HEX #A15990 Violet Blue

📋 copy color: '#A15990'

red 161 ◦ green 89 ◦ blue 144

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

Shades of Violet Blue #A15990

Tints of Violet Blue #A15990

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.59%

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

R = 40.86%
G = 22.59%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#A15990 (or 0xA15990) is known color: Violet Blue. HEX triplet: A1, 59 and 90. RGB value is (161,89,144). Sum of RGB (Red+Green+Blue) = 161+89+144=394 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.86% from 394); Green value is 89 (35.16% from 255 or 22.59% from 394); Blue value is 144 (56.64% from 255 or 36.55% from 394); Max value from RGB is 161 - color contains mainly: red. Hex color #A15990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15990 is #5EA66F. Grayscale: #747474. Windows color (decimal): -6202992 or 9460129. OLE color: 9460129.

HSL color Cylindrical-coordinate representation of color #A15990: hue angle of 314.17º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A15990 is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 89 144 -
CMYK 0 0.45 0.11 0.37
HSL 314.17º 0.29% 0.49% -
HSV(B) 314.17º 0.45% 0.63% -
XYZ 23.3 16.74 28.39 -
YUV 116.8 143.35 159.53 -
System Red Green Blue C M Y K H S L
Decimal 161 89 144 0 0.45 0.11 0.37 314.17 0.29 0.49
Hex A1 59 90 0 2D B 25 13A 1D 31
Octal 241 131 220 0 55 13 45 472 35 61
Binary 10100001 1011001 10010000 0 101101 1011 100101 100111010 11101 110001

Color Harmonies of #A15990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15990

Black with #A15990

Text Example


Text Example

White with #A15990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15990; }

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

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

background-color css

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

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

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

border-color css

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

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

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