Html Css Color HEX #A03098 Vivid Violet

📋 copy color: '#A03098'

red 160 ◦ green 48 ◦ blue 152

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

Shades of Vivid Violet #A03098

Tints of Vivid Violet #A03098

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.33%

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

R = 44.44%
G = 13.33%
B = 42.22%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.05

 K value IS 0.37

RGB Variations

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

Color information

#A03098 (or 0xA03098) is known color: Vivid Violet. HEX triplet: A0, 30 and 98. RGB value is (160,48,152). Sum of RGB (Red+Green+Blue) = 160+48+152=360 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.44% from 360); Green value is 48 (19.14% from 255 or 13.33% from 360); Blue value is 152 (59.77% from 255 or 42.22% from 360); Max value from RGB is 160 - color contains mainly: red. Hex color #A03098 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03098 is #5FCF67. Grayscale: #5D5D5D. Windows color (decimal): -6279016 or 9973920. OLE color: 9973920.

HSL color Cylindrical-coordinate representation of color #A03098: hue angle of 304.29º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A03098 is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 48 152 -
CMYK 0 0.70 0.05 0.37
HSL 304.29º 0.54% 0.41% -
HSV(B) 304.29º 0.7% 0.63% -
XYZ 21.22 11.85 30.88 -
YUV 93.34 161.11 175.54 -
System Red Green Blue C M Y K H S L
Decimal 160 48 152 0 0.70 0.05 0.37 304.29 0.54 0.41
Hex A0 30 98 0 46 5 25 130 36 29
Octal 240 60 230 0 106 5 45 460 66 51
Binary 10100000 110000 10011000 0 1000110 101 100101 100110000 110110 101001

Color Harmonies of #A03098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03098

Black with #A03098

Text Example


Text Example

White with #A03098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03098; }

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

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

background-color css

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

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

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

border-color css

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

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

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