Html Css Color HEX #A03597 Vivid Violet

📋 copy color: '#A03597'

red 160 ◦ green 53 ◦ blue 151

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

Shades of Vivid Violet #A03597

Tints of Vivid Violet #A03597

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.56%

 BLUE value IS 151 (59.38% from 255) = 41.48%

R = 43.96%
G = 14.56%
B = 41.48%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.06

 K value IS 0.37

RGB Variations

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

Color information

#A03597 (or 0xA03597) is known color: Vivid Violet. HEX triplet: A0, 35 and 97. RGB value is (160,53,151). Sum of RGB (Red+Green+Blue) = 160+53+151=364 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.96% from 364); Green value is 53 (21.09% from 255 or 14.56% from 364); Blue value is 151 (59.38% from 255 or 41.48% from 364); Max value from RGB is 160 - color contains mainly: red. Hex color #A03597 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03597 is #5FCA68. Grayscale: #5F5F5F. Windows color (decimal): -6277737 or 9909664. OLE color: 9909664.

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

Color convert

RGB 160 53 151 -
CMYK 0 0.67 0.06 0.37
HSL 305.05º 0.5% 0.42% -
HSV(B) 305.05º 0.67% 0.63% -
XYZ 21.36 12.25 30.52 -
YUV 96.17 158.95 173.53 -
System Red Green Blue C M Y K H S L
Decimal 160 53 151 0 0.67 0.06 0.37 305.05 0.5 0.42
Hex A0 35 97 0 43 6 25 131 32 2A
Octal 240 65 227 0 103 6 45 461 62 52
Binary 10100000 110101 10010111 0 1000011 110 100101 100110001 110010 101010

Color Harmonies of #A03597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03597

Black with #A03597

Text Example


Text Example

White with #A03597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03597; }

 p { color: rgb(160,53,151); }

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

background-color css

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

 a { background-color: rgb(160,53,151); }

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

border-color css

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

 span { border-color: rgb(160,53,151); }

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