Html Css Color HEX #A42788 Medium Red Violet

📋 copy color: '#A42788'

red 164 ◦ green 39 ◦ blue 136

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

Shades of Medium Red Violet #A42788

Tints of Medium Red Violet #A42788

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.5%

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

R = 48.38%
G = 11.5%
B = 40.12%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#A42788 (or 0xA42788) is known color: Medium Red Violet. HEX triplet: A4, 27 and 88. RGB value is (164,39,136). Sum of RGB (Red+Green+Blue) = 164+39+136=339 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.38% from 339); Green value is 39 (15.62% from 255 or 11.50% from 339); Blue value is 136 (53.52% from 255 or 40.12% from 339); Max value from RGB is 164 - color contains mainly: red. Hex color #A42788 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42788 is #5BD877. Grayscale: #575757. Windows color (decimal): -6019192 or 8923044. OLE color: 8923044.

HSL color Cylindrical-coordinate representation of color #A42788: hue angle of 313.44º degrees, saturation: 0.62, 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 #A42788 is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 39 136 -
CMYK 0 0.76 0.17 0.36
HSL 313.44º 0.62% 0.4% -
HSV(B) 313.44º 0.76% 0.64% -
XYZ 20.48 11.12 24.36 -
YUV 87.43 155.41 182.61 -
System Red Green Blue C M Y K H S L
Decimal 164 39 136 0 0.76 0.17 0.36 313.44 0.62 0.4
Hex A4 27 88 0 4C 11 24 139 3E 28
Octal 244 47 210 0 114 21 44 471 76 50
Binary 10100100 100111 10001000 0 1001100 10001 100100 100111001 111110 101000

Color Harmonies of #A42788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42788

Black with #A42788

Text Example


Text Example

White with #A42788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42788; }

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

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

background-color css

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

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

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

border-color css

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

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

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