Html Css Color HEX #A03399 Vivid Violet

📋 copy color: '#A03399'

red 160 ◦ green 51 ◦ blue 153

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

Shades of Vivid Violet #A03399

Tints of Vivid Violet #A03399

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.01%

 BLUE value IS 153 (60.16% from 255) = 42.03%

R = 43.96%
G = 14.01%
B = 42.03%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.04

 K value IS 0.37

RGB Variations

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

Color information

#A03399 (or 0xA03399) is known color: Vivid Violet. HEX triplet: A0, 33 and 99. RGB value is (160,51,153). Sum of RGB (Red+Green+Blue) = 160+51+153=364 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.96% from 364); Green value is 51 (20.31% from 255 or 14.01% from 364); Blue value is 153 (60.16% from 255 or 42.03% from 364); Max value from RGB is 160 - color contains mainly: red. Hex color #A03399 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03399 is #5FCC66. Grayscale: #5E5E5E. Windows color (decimal): -6278247 or 10040224. OLE color: 10040224.

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

Color convert

RGB 160 51 153 -
CMYK 0 0.68 0.04 0.37
HSL 303.85º 0.52% 0.41% -
HSV(B) 303.85º 0.68% 0.63% -
XYZ 21.43 12.14 31.35 -
YUV 95.22 160.61 174.21 -
System Red Green Blue C M Y K H S L
Decimal 160 51 153 0 0.68 0.04 0.37 303.85 0.52 0.41
Hex A0 33 99 0 44 4 25 130 34 29
Octal 240 63 231 0 104 4 45 460 64 51
Binary 10100000 110011 10011001 0 1000100 100 100101 100110000 110100 101001

Color Harmonies of #A03399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03399

Black with #A03399

Text Example


Text Example

White with #A03399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03399; }

 p { color: rgb(160,51,153); }

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

background-color css

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

 a { background-color: rgb(160,51,153); }

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

border-color css

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

 span { border-color: rgb(160,51,153); }

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