Html Css Color HEX #A6357F Medium Red Violet

📋 copy color: '#A6357F'

red 166 ◦ green 53 ◦ blue 127

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

Shades of Medium Red Violet #A6357F

Tints of Medium Red Violet #A6357F

RGB

 RED value IS 166 (65.23% from 255) = 47.98%

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

 BLUE value IS 127 (50% from 255) = 36.71%

R = 47.98%
G = 15.32%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A6357F (or 0xA6357F) is known color: Medium Red Violet. HEX triplet: A6, 35 and 7F. RGB value is (166,53,127). Sum of RGB (Red+Green+Blue) = 166+53+127=346 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.98% from 346); Green value is 53 (21.09% from 255 or 15.32% from 346); Blue value is 127 (50% from 255 or 36.71% from 346); Max value from RGB is 166 - color contains mainly: red. Hex color #A6357F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6357F is #59CA80. Grayscale: #5F5F5F. Windows color (decimal): -5884545 or 8336806. OLE color: 8336806.

HSL color Cylindrical-coordinate representation of color #A6357F: hue angle of 320.71º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A6357F is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 53 127 -
CMYK 0 0.68 0.23 0.35
HSL 320.71º 0.52% 0.43% -
HSV(B) 320.71º 0.68% 0.65% -
XYZ 20.83 12.19 21.33 -
YUV 95.22 145.94 178.48 -
System Red Green Blue C M Y K H S L
Decimal 166 53 127 0 0.68 0.23 0.35 320.71 0.52 0.43
Hex A6 35 7F 0 44 17 23 141 34 2B
Octal 246 65 177 0 104 27 43 501 64 53
Binary 10100110 110101 1111111 0 1000100 10111 100011 101000001 110100 101011

Color Harmonies of #A6357F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6357F

Black with #A6357F

Text Example


Text Example

White with #A6357F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6357F; }

 p { color: rgb(166,53,127); }

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

background-color css

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

 a { background-color: rgb(166,53,127); }

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

border-color css

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

 span { border-color: rgb(166,53,127); }

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