Html Css Color HEX #A63375 Medium Red Violet

📋 copy color: '#A63375'

red 166 ◦ green 51 ◦ blue 117

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

Shades of Medium Red Violet #A63375

Tints of Medium Red Violet #A63375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 35.03%

R = 49.7%
G = 15.27%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A63375 (or 0xA63375) is known color: Medium Red Violet. HEX triplet: A6, 33 and 75. RGB value is (166,51,117). Sum of RGB (Red+Green+Blue) = 166+51+117=334 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.70% from 334); Green value is 51 (20.31% from 255 or 15.27% from 334); Blue value is 117 (46.09% from 255 or 35.03% from 334); Max value from RGB is 166 - color contains mainly: red. Hex color #A63375 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63375 is #59CC8A. Grayscale: #5C5C5C. Windows color (decimal): -5885067 or 7680934. OLE color: 7680934.

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

Color convert

RGB 166 51 117 -
CMYK 0 0.69 0.30 0.35
HSL 325.57º 0.53% 0.43% -
HSV(B) 325.57º 0.69% 0.65% -
XYZ 20.12 11.76 18.04 -
YUV 92.91 141.6 180.13 -
System Red Green Blue C M Y K H S L
Decimal 166 51 117 0 0.69 0.30 0.35 325.57 0.53 0.43
Hex A6 33 75 0 45 1E 23 146 35 2B
Octal 246 63 165 0 105 36 43 506 65 53
Binary 10100110 110011 1110101 0 1000101 11110 100011 101000110 110101 101011

Color Harmonies of #A63375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63375

Black with #A63375

Text Example


Text Example

White with #A63375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63375; }

 p { color: rgb(166,51,117); }

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

background-color css

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

 a { background-color: rgb(166,51,117); }

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

border-color css

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

 span { border-color: rgb(166,51,117); }

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