Html Css Color HEX #A0379B Vivid Violet

📋 copy color: '#A0379B'

red 160 ◦ green 55 ◦ blue 155

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

Shades of Vivid Violet #A0379B

Tints of Vivid Violet #A0379B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.86%

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

R = 43.24%
G = 14.86%
B = 41.89%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.03

 K value IS 0.37

RGB Variations

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

Color information

#A0379B (or 0xA0379B) is known color: Vivid Violet. HEX triplet: A0, 37 and 9B. RGB value is (160,55,155). Sum of RGB (Red+Green+Blue) = 160+55+155=370 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.24% from 370); Green value is 55 (21.88% from 255 or 14.86% from 370); Blue value is 155 (60.94% from 255 or 41.89% from 370); Max value from RGB is 160 - color contains mainly: red. Hex color #A0379B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0379B is #5FC864. Grayscale: #616161. Windows color (decimal): -6277221 or 10172320. OLE color: 10172320.

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

Color convert

RGB 160 55 155 -
CMYK 0 0.66 0.03 0.37
HSL 302.86º 0.49% 0.42% -
HSV(B) 302.86º 0.66% 0.63% -
XYZ 21.78 12.57 32.29 -
YUV 97.8 160.29 172.37 -
System Red Green Blue C M Y K H S L
Decimal 160 55 155 0 0.66 0.03 0.37 302.86 0.49 0.42
Hex A0 37 9B 0 42 3 25 12F 31 2A
Octal 240 67 233 0 102 3 45 457 61 52
Binary 10100000 110111 10011011 0 1000010 11 100101 100101111 110001 101010

Color Harmonies of #A0379B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0379B

Black with #A0379B

Text Example


Text Example

White with #A0379B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0379B; }

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

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

background-color css

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

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

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

border-color css

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

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

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