Html Css Color HEX #A1559C Violet Blue

📋 copy color: '#A1559C'

red 161 ◦ green 85 ◦ blue 156

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

Shades of Violet Blue #A1559C

Tints of Violet Blue #A1559C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.14%

 BLUE value IS 156 (61.33% from 255) = 38.81%

R = 40.05%
G = 21.14%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.03

 K value IS 0.37

RGB Variations

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

Color information

#A1559C (or 0xA1559C) is known color: Violet Blue. HEX triplet: A1, 55 and 9C. RGB value is (161,85,156). Sum of RGB (Red+Green+Blue) = 161+85+156=402 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.05% from 402); Green value is 85 (33.59% from 255 or 21.14% from 402); Blue value is 156 (61.33% from 255 or 38.81% from 402); Max value from RGB is 161 - color contains mainly: red. Hex color #A1559C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1559C is #5EAA63. Grayscale: #737373. Windows color (decimal): -6204004 or 10245537. OLE color: 10245537.

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

Color convert

RGB 161 85 156 -
CMYK 0 0.47 0.03 0.37
HSL 303.95º 0.31% 0.48% -
HSV(B) 303.95º 0.47% 0.63% -
XYZ 23.95 16.47 33.37 -
YUV 115.82 150.68 160.23 -
System Red Green Blue C M Y K H S L
Decimal 161 85 156 0 0.47 0.03 0.37 303.95 0.31 0.48
Hex A1 55 9C 0 2F 3 25 130 1F 30
Octal 241 125 234 0 57 3 45 460 37 60
Binary 10100001 1010101 10011100 0 101111 11 100101 100110000 11111 110000

Color Harmonies of #A1559C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1559C

Black with #A1559C

Text Example


Text Example

White with #A1559C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1559C; }

 p { color: rgb(161,85,156); }

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

background-color css

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

 a { background-color: rgb(161,85,156); }

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

border-color css

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

 span { border-color: rgb(161,85,156); }

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