Html Css Color HEX #A13098 Vivid Violet

📋 copy color: '#A13098'

red 161 ◦ green 48 ◦ blue 152

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

Shades of Vivid Violet #A13098

Tints of Vivid Violet #A13098

RGB

 RED value IS 161 (63.28% from 255) = 44.6%

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

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

R = 44.6%
G = 13.3%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.06

 K value IS 0.37

RGB Variations

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

Color information

#A13098 (or 0xA13098) is known color: Vivid Violet. HEX triplet: A1, 30 and 98. RGB value is (161,48,152). Sum of RGB (Red+Green+Blue) = 161+48+152=361 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.60% from 361); Green value is 48 (19.14% from 255 or 13.30% from 361); Blue value is 152 (59.77% from 255 or 42.11% from 361); Max value from RGB is 161 - color contains mainly: red. Hex color #A13098 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13098 is #5ECF67. Grayscale: #5D5D5D. Windows color (decimal): -6213480 or 9973921. OLE color: 9973921.

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

Color convert

RGB 161 48 152 -
CMYK 0 0.70 0.06 0.37
HSL 304.78º 0.54% 0.41% -
HSV(B) 304.78º 0.7% 0.63% -
XYZ 21.42 11.96 30.88 -
YUV 93.64 160.94 176.04 -
System Red Green Blue C M Y K H S L
Decimal 161 48 152 0 0.70 0.06 0.37 304.78 0.54 0.41
Hex A1 30 98 0 46 6 25 131 36 29
Octal 241 60 230 0 106 6 45 461 66 51
Binary 10100001 110000 10011000 0 1000110 110 100101 100110001 110110 101001

Color Harmonies of #A13098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13098

Black with #A13098

Text Example


Text Example

White with #A13098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13098; }

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

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

background-color css

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

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

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

border-color css

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

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

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