Html Css Color HEX #A63485 Medium Red Violet

📋 copy color: '#A63485'

red 166 ◦ green 52 ◦ blue 133

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

Shades of Medium Red Violet #A63485

Tints of Medium Red Violet #A63485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 37.89%

R = 47.29%
G = 14.81%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A63485 (or 0xA63485) is known color: Medium Red Violet. HEX triplet: A6, 34 and 85. RGB value is (166,52,133). Sum of RGB (Red+Green+Blue) = 166+52+133=351 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.29% from 351); Green value is 52 (20.70% from 255 or 14.81% from 351); Blue value is 133 (52.34% from 255 or 37.89% from 351); Max value from RGB is 166 - color contains mainly: red. Hex color #A63485 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63485 is #59CB7A. Grayscale: #5F5F5F. Windows color (decimal): -5884795 or 8729766. OLE color: 8729766.

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

Color convert

RGB 166 52 133 -
CMYK 0 0.69 0.20 0.35
HSL 317.37º 0.52% 0.43% -
HSV(B) 317.37º 0.69% 0.65% -
XYZ 21.19 12.26 23.44 -
YUV 95.32 149.27 178.41 -
System Red Green Blue C M Y K H S L
Decimal 166 52 133 0 0.69 0.20 0.35 317.37 0.52 0.43
Hex A6 34 85 0 45 14 23 13D 34 2B
Octal 246 64 205 0 105 24 43 475 64 53
Binary 10100110 110100 10000101 0 1000101 10100 100011 100111101 110100 101011

Color Harmonies of #A63485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63485

Black with #A63485

Text Example


Text Example

White with #A63485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63485; }

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

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

background-color css

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

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

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

border-color css

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

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

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