Html Css Color HEX #A63274 Medium Red Violet

📋 copy color: '#A63274'

red 166 ◦ green 50 ◦ blue 116

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

Shades of Medium Red Violet #A63274

Tints of Medium Red Violet #A63274

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.06%

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

R = 50%
G = 15.06%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A63274 (or 0xA63274) is known color: Medium Red Violet. HEX triplet: A6, 32 and 74. RGB value is (166,50,116). Sum of RGB (Red+Green+Blue) = 166+50+116=332 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50% from 332); Green value is 50 (19.92% from 255 or 15.06% from 332); Blue value is 116 (45.70% from 255 or 34.94% from 332); Max value from RGB is 166 - color contains mainly: red. Hex color #A63274 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63274 is #59CD8B. Grayscale: #5C5C5C. Windows color (decimal): -5885324 or 7615142. OLE color: 7615142.

HSL color Cylindrical-coordinate representation of color #A63274: hue angle of 325.86º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A63274 is Cyan = 0, Magento = 0.70, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 50 116 -
CMYK 0 0.70 0.30 0.35
HSL 325.86º 0.54% 0.42% -
HSV(B) 325.86º 0.7% 0.65% -
XYZ 20.02 11.65 17.72 -
YUV 92.21 141.43 180.63 -
System Red Green Blue C M Y K H S L
Decimal 166 50 116 0 0.70 0.30 0.35 325.86 0.54 0.42
Hex A6 32 74 0 46 1E 23 146 36 2A
Octal 246 62 164 0 106 36 43 506 66 52
Binary 10100110 110010 1110100 0 1000110 11110 100011 101000110 110110 101010

Color Harmonies of #A63274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63274

Black with #A63274

Text Example


Text Example

White with #A63274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63274; }

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

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

background-color css

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

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

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

border-color css

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

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

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