Html Css Color HEX #A0419D Violet Blue

📋 copy color: '#A0419D'

red 160 ◦ green 65 ◦ blue 157

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

Shades of Violet Blue #A0419D

Tints of Violet Blue #A0419D

RGB

 RED value IS 160 (62.89% from 255) = 41.88%

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

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

R = 41.88%
G = 17.02%
B = 41.1%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.02

 K value IS 0.37

RGB Variations

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

Color information

#A0419D (or 0xA0419D) is known color: Violet Blue. HEX triplet: A0, 41 and 9D. RGB value is (160,65,157). Sum of RGB (Red+Green+Blue) = 160+65+157=382 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.88% from 382); Green value is 65 (25.78% from 255 or 17.02% from 382); Blue value is 157 (61.72% from 255 or 41.10% from 382); Max value from RGB is 160 - color contains mainly: red. Hex color #A0419D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0419D is #5FBE62. Grayscale: #676767. Windows color (decimal): -6274659 or 10305952. OLE color: 10305952.

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

Color convert

RGB 160 65 157 -
CMYK 0 0.59 0.02 0.37
HSL 301.89º 0.42% 0.44% -
HSV(B) 301.89º 0.59% 0.63% -
XYZ 22.47 13.69 33.36 -
YUV 103.89 157.97 168.02 -
System Red Green Blue C M Y K H S L
Decimal 160 65 157 0 0.59 0.02 0.37 301.89 0.42 0.44
Hex A0 41 9D 0 3B 2 25 12E 2A 2C
Octal 240 101 235 0 73 2 45 456 52 54
Binary 10100000 1000001 10011101 0 111011 10 100101 100101110 101010 101100

Color Harmonies of #A0419D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0419D

Black with #A0419D

Text Example


Text Example

White with #A0419D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0419D; }

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

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

background-color css

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

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

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

border-color css

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

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

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