Html Css Color HEX #A63474 Medium Red Violet

📋 copy color: '#A63474'

red 166 ◦ green 52 ◦ blue 116

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

Shades of Medium Red Violet #A63474

Tints of Medium Red Violet #A63474

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.57%

 BLUE value IS 116 (45.7% from 255) = 34.73%

R = 49.7%
G = 15.57%
B = 34.73%

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

#A63474 (or 0xA63474) is known color: Medium Red Violet. HEX triplet: A6, 34 and 74. RGB value is (166,52,116). Sum of RGB (Red+Green+Blue) = 166+52+116=334 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.70% from 334); Green value is 52 (20.70% from 255 or 15.57% from 334); Blue value is 116 (45.70% from 255 or 34.73% from 334); Max value from RGB is 166 - color contains mainly: red. Hex color #A63474 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63474 is #59CB8B. Grayscale: #5D5D5D. Windows color (decimal): -5884812 or 7615654. OLE color: 7615654.

HSL color Cylindrical-coordinate representation of color #A63474: hue angle of 326.32º degrees, saturation: 0.52, 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 #A63474 is Cyan = 0, Magento = 0.69, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 52 116 -
CMYK 0 0.69 0.30 0.35
HSL 326.32º 0.52% 0.43% -
HSV(B) 326.32º 0.69% 0.65% -
XYZ 20.11 11.82 17.75 -
YUV 93.38 140.77 179.8 -
System Red Green Blue C M Y K H S L
Decimal 166 52 116 0 0.69 0.30 0.35 326.32 0.52 0.43
Hex A6 34 74 0 45 1E 23 146 34 2B
Octal 246 64 164 0 105 36 43 506 64 53
Binary 10100110 110100 1110100 0 1000101 11110 100011 101000110 110100 101011

Color Harmonies of #A63474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63474

Black with #A63474

Text Example


Text Example

White with #A63474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63474; }

 p { color: rgb(166,52,116); }

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

background-color css

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

 a { background-color: rgb(166,52,116); }

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

border-color css

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

 span { border-color: rgb(166,52,116); }

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