Html Css Color HEX #A1379F Vivid Violet

📋 copy color: '#A1379F'

red 161 ◦ green 55 ◦ blue 159

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

Shades of Vivid Violet #A1379F

Tints of Vivid Violet #A1379F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 42.4%

R = 42.93%
G = 14.67%
B = 42.4%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.01

 K value IS 0.37

RGB Variations

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

Color information

#A1379F (or 0xA1379F) is known color: Vivid Violet. HEX triplet: A1, 37 and 9F. RGB value is (161,55,159). Sum of RGB (Red+Green+Blue) = 161+55+159=375 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.93% from 375); Green value is 55 (21.88% from 255 or 14.67% from 375); Blue value is 159 (62.5% from 255 or 42.4% from 375); Max value from RGB is 161 - color contains mainly: red. Hex color #A1379F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1379F is #5EC860. Grayscale: #626262. Windows color (decimal): -6211681 or 10434465. OLE color: 10434465.

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

Color convert

RGB 161 55 159 -
CMYK 0 0.66 0.01 0.37
HSL 301.13º 0.49% 0.42% -
HSV(B) 301.13º 0.66% 0.63% -
XYZ 22.32 12.81 34.1 -
YUV 98.55 162.12 172.54 -
System Red Green Blue C M Y K H S L
Decimal 161 55 159 0 0.66 0.01 0.37 301.13 0.49 0.42
Hex A1 37 9F 0 42 1 25 12D 31 2A
Octal 241 67 237 0 102 1 45 455 61 52
Binary 10100001 110111 10011111 0 1000010 1 100101 100101101 110001 101010

Color Harmonies of #A1379F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1379F

Black with #A1379F

Text Example


Text Example

White with #A1379F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1379F; }

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

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

background-color css

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

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

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

border-color css

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

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

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