Html Css Color HEX #A1379A Vivid Violet

📋 copy color: '#A1379A'

red 161 ◦ green 55 ◦ blue 154

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

Shades of Vivid Violet #A1379A

Tints of Vivid Violet #A1379A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.86%

 BLUE value IS 154 (60.55% from 255) = 41.62%

R = 43.51%
G = 14.86%
B = 41.62%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.04

 K value IS 0.37

RGB Variations

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

Color information

#A1379A (or 0xA1379A) is known color: Vivid Violet. HEX triplet: A1, 37 and 9A. RGB value is (161,55,154). Sum of RGB (Red+Green+Blue) = 161+55+154=370 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.51% from 370); Green value is 55 (21.88% from 255 or 14.86% from 370); Blue value is 154 (60.55% from 255 or 41.62% from 370); Max value from RGB is 161 - color contains mainly: red. Hex color #A1379A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1379A is #5EC865. Grayscale: #616161. Windows color (decimal): -6211686 or 10106785. OLE color: 10106785.

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

Color convert

RGB 161 55 154 -
CMYK 0 0.66 0.04 0.37
HSL 303.96º 0.49% 0.42% -
HSV(B) 303.96º 0.66% 0.63% -
XYZ 21.9 12.64 31.86 -
YUV 97.98 159.62 172.95 -
System Red Green Blue C M Y K H S L
Decimal 161 55 154 0 0.66 0.04 0.37 303.96 0.49 0.42
Hex A1 37 9A 0 42 4 25 130 31 2A
Octal 241 67 232 0 102 4 45 460 61 52
Binary 10100001 110111 10011010 0 1000010 100 100101 100110000 110001 101010

Color Harmonies of #A1379A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1379A

Black with #A1379A

Text Example


Text Example

White with #A1379A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1379A; }

 p { color: rgb(161,55,154); }

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

background-color css

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

 a { background-color: rgb(161,55,154); }

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

border-color css

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

 span { border-color: rgb(161,55,154); }

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