Html Css Color HEX #A0379C Vivid Violet

📋 copy color: '#A0379C'

red 160 ◦ green 55 ◦ blue 156

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

Shades of Vivid Violet #A0379C

Tints of Vivid Violet #A0379C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 42.05%

R = 43.13%
G = 14.82%
B = 42.05%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.02

 K value IS 0.37

RGB Variations

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

Color information

#A0379C (or 0xA0379C) is known color: Vivid Violet. HEX triplet: A0, 37 and 9C. RGB value is (160,55,156). Sum of RGB (Red+Green+Blue) = 160+55+156=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 55 (21.88% from 255 or 14.82% from 371); Blue value is 156 (61.33% from 255 or 42.05% from 371); Max value from RGB is 160 - color contains mainly: red. Hex color #A0379C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0379C is #5FC863. Grayscale: #616161. Windows color (decimal): -6277220 or 10237856. OLE color: 10237856.

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

Color convert

RGB 160 55 156 -
CMYK 0 0.66 0.02 0.37
HSL 302.29º 0.49% 0.42% -
HSV(B) 302.29º 0.66% 0.63% -
XYZ 21.86 12.61 32.73 -
YUV 97.91 160.79 172.29 -
System Red Green Blue C M Y K H S L
Decimal 160 55 156 0 0.66 0.02 0.37 302.29 0.49 0.42
Hex A0 37 9C 0 42 2 25 12E 31 2A
Octal 240 67 234 0 102 2 45 456 61 52
Binary 10100000 110111 10011100 0 1000010 10 100101 100101110 110001 101010

Color Harmonies of #A0379C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0379C

Black with #A0379C

Text Example


Text Example

White with #A0379C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0379C; }

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

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

background-color css

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

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

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

border-color css

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

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

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