Html Css Color HEX #A42897 Medium Red Violet

📋 copy color: '#A42897'

red 164 ◦ green 40 ◦ blue 151

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

Shades of Medium Red Violet #A42897

Tints of Medium Red Violet #A42897

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.27%

 BLUE value IS 151 (59.38% from 255) = 42.54%

R = 46.2%
G = 11.27%
B = 42.54%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#A42897 (or 0xA42897) is known color: Medium Red Violet. HEX triplet: A4, 28 and 97. RGB value is (164,40,151). Sum of RGB (Red+Green+Blue) = 164+40+151=355 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.20% from 355); Green value is 40 (16.02% from 255 or 11.27% from 355); Blue value is 151 (59.38% from 255 or 42.54% from 355); Max value from RGB is 164 - color contains mainly: red. Hex color #A42897 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42897 is #5BD768. Grayscale: #595959. Windows color (decimal): -6018921 or 9906340. OLE color: 9906340.

HSL color Cylindrical-coordinate representation of color #A42897: hue angle of 306.29º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A42897 is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 40 151 -
CMYK 0 0.76 0.08 0.36
HSL 306.29º 0.61% 0.4% -
HSV(B) 306.29º 0.76% 0.64% -
XYZ 21.65 11.64 30.38 -
YUV 89.73 162.58 180.97 -
System Red Green Blue C M Y K H S L
Decimal 164 40 151 0 0.76 0.08 0.36 306.29 0.61 0.4
Hex A4 28 97 0 4C 8 24 132 3D 28
Octal 244 50 227 0 114 10 44 462 75 50
Binary 10100100 101000 10010111 0 1001100 1000 100100 100110010 111101 101000

Color Harmonies of #A42897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42897

Black with #A42897

Text Example


Text Example

White with #A42897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42897; }

 p { color: rgb(164,40,151); }

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

background-color css

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

 a { background-color: rgb(164,40,151); }

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

border-color css

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

 span { border-color: rgb(164,40,151); }

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