Html Css Color HEX #A1419D Violet Blue

📋 copy color: '#A1419D'

red 161 ◦ green 65 ◦ blue 157

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

Shades of Violet Blue #A1419D

Tints of Violet Blue #A1419D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.97%

 BLUE value IS 157 (61.72% from 255) = 40.99%

R = 42.04%
G = 16.97%
B = 40.99%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.02

 K value IS 0.37

RGB Variations

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

Color information

#A1419D (or 0xA1419D) is known color: Violet Blue. HEX triplet: A1, 41 and 9D. RGB value is (161,65,157). Sum of RGB (Red+Green+Blue) = 161+65+157=383 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.04% from 383); Green value is 65 (25.78% from 255 or 16.97% from 383); Blue value is 157 (61.72% from 255 or 40.99% from 383); Max value from RGB is 161 - color contains mainly: red. Hex color #A1419D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1419D is #5EBE62. Grayscale: #676767. Windows color (decimal): -6209123 or 10305953. OLE color: 10305953.

HSL color Cylindrical-coordinate representation of color #A1419D: hue angle of 302.5º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A1419D is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 65 157 -
CMYK 0 0.60 0.02 0.37
HSL 302.5º 0.42% 0.44% -
HSV(B) 302.5º 0.6% 0.63% -
XYZ 22.67 13.79 33.37 -
YUV 104.19 157.8 168.52 -
System Red Green Blue C M Y K H S L
Decimal 161 65 157 0 0.60 0.02 0.37 302.5 0.42 0.44
Hex A1 41 9D 0 3C 2 25 12E 2A 2C
Octal 241 101 235 0 74 2 45 456 52 54
Binary 10100001 1000001 10011101 0 111100 10 100101 100101110 101010 101100

Color Harmonies of #A1419D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1419D

Black with #A1419D

Text Example


Text Example

White with #A1419D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1419D; }

 p { color: rgb(161,65,157); }

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

background-color css

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

 a { background-color: rgb(161,65,157); }

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

border-color css

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

 span { border-color: rgb(161,65,157); }

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