Html Css Color HEX #A0379E Vivid Violet

📋 copy color: '#A0379E'

red 160 ◦ green 55 ◦ blue 158

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

Shades of Vivid Violet #A0379E

Tints of Vivid Violet #A0379E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 42.36%

R = 42.9%
G = 14.75%
B = 42.36%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.01

 K value IS 0.37

RGB Variations

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

Color information

#A0379E (or 0xA0379E) is known color: Vivid Violet. HEX triplet: A0, 37 and 9E. RGB value is (160,55,158). Sum of RGB (Red+Green+Blue) = 160+55+158=373 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.90% from 373); Green value is 55 (21.88% from 255 or 14.75% from 373); Blue value is 158 (62.11% from 255 or 42.36% from 373); Max value from RGB is 160 - color contains mainly: red. Hex color #A0379E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0379E is #5FC861. Grayscale: #616161. Windows color (decimal): -6277218 or 10368928. OLE color: 10368928.

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

Color convert

RGB 160 55 158 -
CMYK 0 0.66 0.01 0.37
HSL 301.14º 0.49% 0.42% -
HSV(B) 301.14º 0.66% 0.63% -
XYZ 22.03 12.67 33.63 -
YUV 98.14 161.79 172.12 -
System Red Green Blue C M Y K H S L
Decimal 160 55 158 0 0.66 0.01 0.37 301.14 0.49 0.42
Hex A0 37 9E 0 42 1 25 12D 31 2A
Octal 240 67 236 0 102 1 45 455 61 52
Binary 10100000 110111 10011110 0 1000010 1 100101 100101101 110001 101010

Color Harmonies of #A0379E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0379E

Black with #A0379E

Text Example


Text Example

White with #A0379E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0379E; }

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

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

background-color css

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

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

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

border-color css

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

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

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