Html Css Color HEX #A1379B Vivid Violet

📋 copy color: '#A1379B'

red 161 ◦ green 55 ◦ blue 155

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

Shades of Vivid Violet #A1379B

Tints of Vivid Violet #A1379B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 41.78%

R = 43.4%
G = 14.82%
B = 41.78%

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

#A1379B (or 0xA1379B) is known color: Vivid Violet. HEX triplet: A1, 37 and 9B. RGB value is (161,55,155). Sum of RGB (Red+Green+Blue) = 161+55+155=371 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.40% from 371); Green value is 55 (21.88% from 255 or 14.82% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 161 - color contains mainly: red. Hex color #A1379B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1379B is #5EC864. Grayscale: #616161. Windows color (decimal): -6211685 or 10172321. OLE color: 10172321.

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

Color convert

RGB 161 55 155 -
CMYK 0 0.66 0.04 0.37
HSL 303.4º 0.49% 0.42% -
HSV(B) 303.4º 0.66% 0.63% -
XYZ 21.98 12.68 32.3 -
YUV 98.09 160.12 172.87 -
System Red Green Blue C M Y K H S L
Decimal 161 55 155 0 0.66 0.04 0.37 303.4 0.49 0.42
Hex A1 37 9B 0 42 4 25 12F 31 2A
Octal 241 67 233 0 102 4 45 457 61 52
Binary 10100001 110111 10011011 0 1000010 100 100101 100101111 110001 101010

Color Harmonies of #A1379B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1379B

Black with #A1379B

Text Example


Text Example

White with #A1379B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1379B; }

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

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

background-color css

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

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

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

border-color css

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

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

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