Html Css Color HEX #A62575 Medium Red Violet

📋 copy color: '#A62575'

red 166 ◦ green 37 ◦ blue 117

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

Shades of Medium Red Violet #A62575

Tints of Medium Red Violet #A62575

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.56%

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

R = 51.88%
G = 11.56%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A62575 (or 0xA62575) is known color: Medium Red Violet. HEX triplet: A6, 25 and 75. RGB value is (166,37,117). Sum of RGB (Red+Green+Blue) = 166+37+117=320 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.88% from 320); Green value is 37 (14.84% from 255 or 11.56% from 320); Blue value is 117 (46.09% from 255 or 36.56% from 320); Max value from RGB is 166 - color contains mainly: red. Hex color #A62575 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62575 is #59DA8A. Grayscale: #545454. Windows color (decimal): -5888651 or 7677350. OLE color: 7677350.

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

Color convert

RGB 166 37 117 -
CMYK 0 0.78 0.30 0.35
HSL 322.79º 0.64% 0.4% -
HSV(B) 322.79º 0.78% 0.65% -
XYZ 19.6 10.71 17.86 -
YUV 84.69 146.24 186 -
System Red Green Blue C M Y K H S L
Decimal 166 37 117 0 0.78 0.30 0.35 322.79 0.64 0.4
Hex A6 25 75 0 4E 1E 23 143 40 28
Octal 246 45 165 0 116 36 43 503 100 50
Binary 10100110 100101 1110101 0 1001110 11110 100011 101000011 1000000 101000

Color Harmonies of #A62575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62575

Black with #A62575

Text Example


Text Example

White with #A62575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62575; }

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

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

background-color css

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

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

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

border-color css

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

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

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