Html Css Color HEX #A63482 Medium Red Violet

📋 copy color: '#A63482'

red 166 ◦ green 52 ◦ blue 130

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

Shades of Medium Red Violet #A63482

Tints of Medium Red Violet #A63482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 37.36%

R = 47.7%
G = 14.94%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A63482 (or 0xA63482) is known color: Medium Red Violet. HEX triplet: A6, 34 and 82. RGB value is (166,52,130). Sum of RGB (Red+Green+Blue) = 166+52+130=348 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.70% from 348); Green value is 52 (20.70% from 255 or 14.94% from 348); Blue value is 130 (51.17% from 255 or 37.36% from 348); Max value from RGB is 166 - color contains mainly: red. Hex color #A63482 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63482 is #59CB7D. Grayscale: #5E5E5E. Windows color (decimal): -5884798 or 8533158. OLE color: 8533158.

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

Color convert

RGB 166 52 130 -
CMYK 0 0.69 0.22 0.35
HSL 318.95º 0.52% 0.43% -
HSV(B) 318.95º 0.69% 0.65% -
XYZ 20.98 12.17 22.36 -
YUV 94.98 147.77 178.66 -
System Red Green Blue C M Y K H S L
Decimal 166 52 130 0 0.69 0.22 0.35 318.95 0.52 0.43
Hex A6 34 82 0 45 16 23 13F 34 2B
Octal 246 64 202 0 105 26 43 477 64 53
Binary 10100110 110100 10000010 0 1000101 10110 100011 100111111 110100 101011

Color Harmonies of #A63482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63482

Black with #A63482

Text Example


Text Example

White with #A63482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63482; }

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

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

background-color css

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

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

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

border-color css

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

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

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