Html Css Color HEX #A62275 Medium Red Violet

📋 copy color: '#A62275'

red 166 ◦ green 34 ◦ blue 117

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

Shades of Medium Red Violet #A62275

Tints of Medium Red Violet #A62275

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.73%

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

R = 52.37%
G = 10.73%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A62275 (or 0xA62275) is known color: Medium Red Violet. HEX triplet: A6, 22 and 75. RGB value is (166,34,117). Sum of RGB (Red+Green+Blue) = 166+34+117=317 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.37% from 317); Green value is 34 (13.67% from 255 or 10.73% from 317); Blue value is 117 (46.09% from 255 or 36.91% from 317); Max value from RGB is 166 - color contains mainly: red. Hex color #A62275 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62275 is #59DD8A. Grayscale: #525252. Windows color (decimal): -5889419 or 7676582. OLE color: 7676582.

HSL color Cylindrical-coordinate representation of color #A62275: hue angle of 322.27º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A62275 is Cyan = 0, Magento = 0.80, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 34 117 -
CMYK 0 0.80 0.30 0.35
HSL 322.27º 0.66% 0.39% -
HSV(B) 322.27º 0.8% 0.65% -
XYZ 19.51 10.54 17.83 -
YUV 82.93 147.23 187.25 -
System Red Green Blue C M Y K H S L
Decimal 166 34 117 0 0.80 0.30 0.35 322.27 0.66 0.39
Hex A6 22 75 0 50 1E 23 142 42 27
Octal 246 42 165 0 120 36 43 502 102 47
Binary 10100110 100010 1110101 0 1010000 11110 100011 101000010 1000010 100111

Color Harmonies of #A62275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62275

Black with #A62275

Text Example


Text Example

White with #A62275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62275; }

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

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

background-color css

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

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

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

border-color css

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

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

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