Html Css Color HEX #A42898 Medium Red Violet

📋 copy color: '#A42898'

red 164 ◦ green 40 ◦ blue 152

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

Shades of Medium Red Violet #A42898

Tints of Medium Red Violet #A42898

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 42.7%

R = 46.07%
G = 11.24%
B = 42.7%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A42898 (or 0xA42898) is known color: Medium Red Violet. HEX triplet: A4, 28 and 98. RGB value is (164,40,152). Sum of RGB (Red+Green+Blue) = 164+40+152=356 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.07% from 356); Green value is 40 (16.02% from 255 or 11.24% from 356); Blue value is 152 (59.77% from 255 or 42.70% from 356); Max value from RGB is 164 - color contains mainly: red. Hex color #A42898 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42898 is #5BD767. Grayscale: #595959. Windows color (decimal): -6018920 or 9971876. OLE color: 9971876.

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

Color convert

RGB 164 40 152 -
CMYK 0 0.76 0.07 0.36
HSL 305.81º 0.61% 0.4% -
HSV(B) 305.81º 0.76% 0.64% -
XYZ 21.74 11.68 30.81 -
YUV 89.84 163.08 180.89 -
System Red Green Blue C M Y K H S L
Decimal 164 40 152 0 0.76 0.07 0.36 305.81 0.61 0.4
Hex A4 28 98 0 4C 7 24 132 3D 28
Octal 244 50 230 0 114 7 44 462 75 50
Binary 10100100 101000 10011000 0 1001100 111 100100 100110010 111101 101000

Color Harmonies of #A42898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42898

Black with #A42898

Text Example


Text Example

White with #A42898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42898; }

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

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

background-color css

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

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

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

border-color css

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

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

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