Html Css Color HEX #A1358D Medium Red Violet

📋 copy color: '#A1358D'

red 161 ◦ green 53 ◦ blue 141

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

Shades of Medium Red Violet #A1358D

Tints of Medium Red Violet #A1358D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.93%

 BLUE value IS 141 (55.47% from 255) = 39.72%

R = 45.35%
G = 14.93%
B = 39.72%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#A1358D (or 0xA1358D) is known color: Medium Red Violet. HEX triplet: A1, 35 and 8D. RGB value is (161,53,141). Sum of RGB (Red+Green+Blue) = 161+53+141=355 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.35% from 355); Green value is 53 (21.09% from 255 or 14.93% from 355); Blue value is 141 (55.47% from 255 or 39.72% from 355); Max value from RGB is 161 - color contains mainly: red. Hex color #A1358D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1358D is #5ECA72. Grayscale: #5F5F5F. Windows color (decimal): -6212211 or 9254305. OLE color: 9254305.

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

Color convert

RGB 161 53 141 -
CMYK 0 0.67 0.12 0.37
HSL 311.11º 0.5% 0.42% -
HSV(B) 311.11º 0.67% 0.63% -
XYZ 20.78 12.05 26.43 -
YUV 95.32 153.78 174.84 -
System Red Green Blue C M Y K H S L
Decimal 161 53 141 0 0.67 0.12 0.37 311.11 0.5 0.42
Hex A1 35 8D 0 43 C 25 137 32 2A
Octal 241 65 215 0 103 14 45 467 62 52
Binary 10100001 110101 10001101 0 1000011 1100 100101 100110111 110010 101010

Color Harmonies of #A1358D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1358D

Black with #A1358D

Text Example


Text Example

White with #A1358D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1358D; }

 p { color: rgb(161,53,141); }

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

background-color css

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

 a { background-color: rgb(161,53,141); }

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

border-color css

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

 span { border-color: rgb(161,53,141); }

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