Html Css Color HEX #A63075 Medium Red Violet

📋 copy color: '#A63075'

red 166 ◦ green 48 ◦ blue 117

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

Shades of Medium Red Violet #A63075

Tints of Medium Red Violet #A63075

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.5%

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

R = 50.15%
G = 14.5%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A63075 (or 0xA63075) is known color: Medium Red Violet. HEX triplet: A6, 30 and 75. RGB value is (166,48,117). Sum of RGB (Red+Green+Blue) = 166+48+117=331 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.15% from 331); Green value is 48 (19.14% from 255 or 14.50% from 331); Blue value is 117 (46.09% from 255 or 35.35% from 331); Max value from RGB is 166 - color contains mainly: red. Hex color #A63075 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63075 is #59CF8A. Grayscale: #5A5A5A. Windows color (decimal): -5885835 or 7680166. OLE color: 7680166.

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

Color convert

RGB 166 48 117 -
CMYK 0 0.71 0.30 0.35
HSL 324.92º 0.55% 0.42% -
HSV(B) 324.92º 0.71% 0.65% -
XYZ 19.99 11.51 18 -
YUV 91.15 142.59 181.39 -
System Red Green Blue C M Y K H S L
Decimal 166 48 117 0 0.71 0.30 0.35 324.92 0.55 0.42
Hex A6 30 75 0 47 1E 23 145 37 2A
Octal 246 60 165 0 107 36 43 505 67 52
Binary 10100110 110000 1110101 0 1000111 11110 100011 101000101 110111 101010

Color Harmonies of #A63075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63075

Black with #A63075

Text Example


Text Example

White with #A63075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63075; }

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

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

background-color css

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

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

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

border-color css

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

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

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