Html Css Color HEX #A03498 Vivid Violet

📋 copy color: '#A03498'

red 160 ◦ green 52 ◦ blue 152

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

Shades of Vivid Violet #A03498

Tints of Vivid Violet #A03498

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.29%

 BLUE value IS 152 (59.77% from 255) = 41.76%

R = 43.96%
G = 14.29%
B = 41.76%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.05

 K value IS 0.37

RGB Variations

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

Color information

#A03498 (or 0xA03498) is known color: Vivid Violet. HEX triplet: A0, 34 and 98. RGB value is (160,52,152). Sum of RGB (Red+Green+Blue) = 160+52+152=364 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.96% from 364); Green value is 52 (20.70% from 255 or 14.29% from 364); Blue value is 152 (59.77% from 255 or 41.76% from 364); Max value from RGB is 160 - color contains mainly: red. Hex color #A03498 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03498 is #5FCB67. Grayscale: #5F5F5F. Windows color (decimal): -6277992 or 9974944. OLE color: 9974944.

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

Color convert

RGB 160 52 152 -
CMYK 0 0.68 0.05 0.37
HSL 304.44º 0.51% 0.42% -
HSV(B) 304.44º 0.68% 0.63% -
XYZ 21.39 12.2 30.93 -
YUV 95.69 159.78 173.87 -
System Red Green Blue C M Y K H S L
Decimal 160 52 152 0 0.68 0.05 0.37 304.44 0.51 0.42
Hex A0 34 98 0 44 5 25 130 33 2A
Octal 240 64 230 0 104 5 45 460 63 52
Binary 10100000 110100 10011000 0 1000100 101 100101 100110000 110011 101010

Color Harmonies of #A03498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03498

Black with #A03498

Text Example


Text Example

White with #A03498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03498; }

 p { color: rgb(160,52,152); }

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

background-color css

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

 a { background-color: rgb(160,52,152); }

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

border-color css

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

 span { border-color: rgb(160,52,152); }

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