Html Css Color HEX #A0419B Violet Blue

📋 copy color: '#A0419B'

red 160 ◦ green 65 ◦ blue 155

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

Shades of Violet Blue #A0419B

Tints of Violet Blue #A0419B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 40.79%

R = 42.11%
G = 17.11%
B = 40.79%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.03

 K value IS 0.37

RGB Variations

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

Color information

#A0419B (or 0xA0419B) is known color: Violet Blue. HEX triplet: A0, 41 and 9B. RGB value is (160,65,155). Sum of RGB (Red+Green+Blue) = 160+65+155=380 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.11% from 380); Green value is 65 (25.78% from 255 or 17.11% from 380); Blue value is 155 (60.94% from 255 or 40.79% from 380); Max value from RGB is 160 - color contains mainly: red. Hex color #A0419B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0419B is #5FBE64. Grayscale: #676767. Windows color (decimal): -6274661 or 10174880. OLE color: 10174880.

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

Color convert

RGB 160 65 155 -
CMYK 0 0.59 0.03 0.37
HSL 303.16º 0.42% 0.44% -
HSV(B) 303.16º 0.59% 0.63% -
XYZ 22.3 13.62 32.46 -
YUV 103.67 156.97 168.18 -
System Red Green Blue C M Y K H S L
Decimal 160 65 155 0 0.59 0.03 0.37 303.16 0.42 0.44
Hex A0 41 9B 0 3B 3 25 12F 2A 2C
Octal 240 101 233 0 73 3 45 457 52 54
Binary 10100000 1000001 10011011 0 111011 11 100101 100101111 101010 101100

Color Harmonies of #A0419B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0419B

Black with #A0419B

Text Example


Text Example

White with #A0419B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0419B; }

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

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

background-color css

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

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

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

border-color css

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

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

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