Html Css Color HEX #A1338A Medium Red Violet

📋 copy color: '#A1338A'

red 161 ◦ green 51 ◦ blue 138

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

Shades of Medium Red Violet #A1338A

Tints of Medium Red Violet #A1338A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.57%

 BLUE value IS 138 (54.3% from 255) = 39.43%

R = 46%
G = 14.57%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A1338A (or 0xA1338A) is known color: Medium Red Violet. HEX triplet: A1, 33 and 8A. RGB value is (161,51,138). Sum of RGB (Red+Green+Blue) = 161+51+138=350 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46% from 350); Green value is 51 (20.31% from 255 or 14.57% from 350); Blue value is 138 (54.30% from 255 or 39.43% from 350); Max value from RGB is 161 - color contains mainly: red. Hex color #A1338A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1338A is #5ECC75. Grayscale: #5D5D5D. Windows color (decimal): -6212726 or 9057185. OLE color: 9057185.

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

Color convert

RGB 161 51 138 -
CMYK 0 0.68 0.14 0.37
HSL 312.55º 0.52% 0.42% -
HSV(B) 312.55º 0.68% 0.63% -
XYZ 20.47 11.78 25.24 -
YUV 93.81 152.94 175.93 -
System Red Green Blue C M Y K H S L
Decimal 161 51 138 0 0.68 0.14 0.37 312.55 0.52 0.42
Hex A1 33 8A 0 44 E 25 139 34 2A
Octal 241 63 212 0 104 16 45 471 64 52
Binary 10100001 110011 10001010 0 1000100 1110 100101 100111001 110100 101010

Color Harmonies of #A1338A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1338A

Black with #A1338A

Text Example


Text Example

White with #A1338A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1338A; }

 p { color: rgb(161,51,138); }

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

background-color css

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

 a { background-color: rgb(161,51,138); }

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

border-color css

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

 span { border-color: rgb(161,51,138); }

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