Html Css Color HEX #A42488 Medium Red Violet

📋 copy color: '#A42488'

red 164 ◦ green 36 ◦ blue 136

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

Shades of Medium Red Violet #A42488

Tints of Medium Red Violet #A42488

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.71%

 BLUE value IS 136 (53.52% from 255) = 40.48%

R = 48.81%
G = 10.71%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#A42488 (or 0xA42488) is known color: Medium Red Violet. HEX triplet: A4, 24 and 88. RGB value is (164,36,136). Sum of RGB (Red+Green+Blue) = 164+36+136=336 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.81% from 336); Green value is 36 (14.45% from 255 or 10.71% from 336); Blue value is 136 (53.52% from 255 or 40.48% from 336); Max value from RGB is 164 - color contains mainly: red. Hex color #A42488 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42488 is #5BDB77. Grayscale: #555555. Windows color (decimal): -6019960 or 8922276. OLE color: 8922276.

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

Color convert

RGB 164 36 136 -
CMYK 0 0.78 0.17 0.36
HSL 313.13º 0.64% 0.39% -
HSV(B) 313.13º 0.78% 0.64% -
XYZ 20.38 10.93 24.33 -
YUV 85.67 156.41 183.87 -
System Red Green Blue C M Y K H S L
Decimal 164 36 136 0 0.78 0.17 0.36 313.13 0.64 0.39
Hex A4 24 88 0 4E 11 24 139 40 27
Octal 244 44 210 0 116 21 44 471 100 47
Binary 10100100 100100 10001000 0 1001110 10001 100100 100111001 1000000 100111

Color Harmonies of #A42488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42488

Black with #A42488

Text Example


Text Example

White with #A42488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42488; }

 p { color: rgb(164,36,136); }

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

background-color css

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

 a { background-color: rgb(164,36,136); }

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

border-color css

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

 span { border-color: rgb(164,36,136); }

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