Html Css Color HEX #A03398 Vivid Violet

📋 copy color: '#A03398'

red 160 ◦ green 51 ◦ blue 152

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

Shades of Vivid Violet #A03398

Tints of Vivid Violet #A03398

RGB

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

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

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

R = 44.08%
G = 14.05%
B = 41.87%

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

#A03398 (or 0xA03398) is known color: Vivid Violet. HEX triplet: A0, 33 and 98. RGB value is (160,51,152). Sum of RGB (Red+Green+Blue) = 160+51+152=363 (48% of max value = 765). Red value is 160 (62.89% from 255 or 44.08% from 363); Green value is 51 (20.31% from 255 or 14.05% from 363); Blue value is 152 (59.77% from 255 or 41.87% from 363); Max value from RGB is 160 - color contains mainly: red. Hex color #A03398 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03398 is #5FCC67. Grayscale: #5E5E5E. Windows color (decimal): -6278248 or 9974688. OLE color: 9974688.

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

Color convert

RGB 160 51 152 -
CMYK 0 0.68 0.05 0.37
HSL 304.4º 0.52% 0.41% -
HSV(B) 304.4º 0.68% 0.63% -
XYZ 21.35 12.11 30.92 -
YUV 95.11 160.11 174.29 -
System Red Green Blue C M Y K H S L
Decimal 160 51 152 0 0.68 0.05 0.37 304.4 0.52 0.41
Hex A0 33 98 0 44 5 25 130 34 29
Octal 240 63 230 0 104 5 45 460 64 51
Binary 10100000 110011 10011000 0 1000100 101 100101 100110000 110100 101001

Color Harmonies of #A03398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03398

Black with #A03398

Text Example


Text Example

White with #A03398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03398; }

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

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

background-color css

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

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

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

border-color css

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

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

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