Html Css Color HEX #A0329B Vivid Violet

📋 copy color: '#A0329B'

red 160 ◦ green 50 ◦ blue 155

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

Shades of Vivid Violet #A0329B

Tints of Vivid Violet #A0329B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.7%

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

R = 43.84%
G = 13.7%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.03

 K value IS 0.37

RGB Variations

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

Color information

#A0329B (or 0xA0329B) is known color: Vivid Violet. HEX triplet: A0, 32 and 9B. RGB value is (160,50,155). Sum of RGB (Red+Green+Blue) = 160+50+155=365 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.84% from 365); Green value is 50 (19.92% from 255 or 13.70% from 365); Blue value is 155 (60.94% from 255 or 42.47% from 365); Max value from RGB is 160 - color contains mainly: red. Hex color #A0329B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0329B is #5FCD64. Grayscale: #5E5E5E. Windows color (decimal): -6278501 or 10171040. OLE color: 10171040.

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

Color convert

RGB 160 50 155 -
CMYK 0 0.69 0.03 0.37
HSL 302.73º 0.52% 0.41% -
HSV(B) 302.73º 0.69% 0.63% -
XYZ 21.55 12.12 32.21 -
YUV 94.86 161.94 174.46 -
System Red Green Blue C M Y K H S L
Decimal 160 50 155 0 0.69 0.03 0.37 302.73 0.52 0.41
Hex A0 32 9B 0 45 3 25 12F 34 29
Octal 240 62 233 0 105 3 45 457 64 51
Binary 10100000 110010 10011011 0 1000101 11 100101 100101111 110100 101001

Color Harmonies of #A0329B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0329B

Black with #A0329B

Text Example


Text Example

White with #A0329B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0329B; }

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

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

background-color css

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

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

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

border-color css

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

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

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