Html Css Color HEX #A42275 Medium Red Violet

📋 copy color: '#A42275'

red 164 ◦ green 34 ◦ blue 117

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

Shades of Medium Red Violet #A42275

Tints of Medium Red Violet #A42275

RGB

 RED value IS 164 (64.45% from 255) = 52.06%

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

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

R = 52.06%
G = 10.79%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A42275 (or 0xA42275) is known color: Medium Red Violet. HEX triplet: A4, 22 and 75. RGB value is (164,34,117). Sum of RGB (Red+Green+Blue) = 164+34+117=315 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.06% from 315); Green value is 34 (13.67% from 255 or 10.79% from 315); Blue value is 117 (46.09% from 255 or 37.14% from 315); Max value from RGB is 164 - color contains mainly: red. Hex color #A42275 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42275 is #5BDD8A. Grayscale: #525252. Windows color (decimal): -6020491 or 7676580. OLE color: 7676580.

HSL color Cylindrical-coordinate representation of color #A42275: hue angle of 321.69º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A42275 is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 34 117 -
CMYK 0 0.79 0.29 0.36
HSL 321.69º 0.66% 0.39% -
HSV(B) 321.69º 0.79% 0.64% -
XYZ 19.09 10.32 17.82 -
YUV 82.33 147.57 186.25 -
System Red Green Blue C M Y K H S L
Decimal 164 34 117 0 0.79 0.29 0.36 321.69 0.66 0.39
Hex A4 22 75 0 4F 1D 24 142 42 27
Octal 244 42 165 0 117 35 44 502 102 47
Binary 10100100 100010 1110101 0 1001111 11101 100100 101000010 1000010 100111

Color Harmonies of #A42275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42275

Black with #A42275

Text Example


Text Example

White with #A42275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42275; }

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

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

background-color css

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

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

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

border-color css

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

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

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