Html Css Color HEX #A2428A Medium Red Violet

📋 copy color: '#A2428A'

red 162 ◦ green 66 ◦ blue 138

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

Shades of Medium Red Violet #A2428A

Tints of Medium Red Violet #A2428A

RGB

 RED value IS 162 (63.67% from 255) = 44.26%

 GREEN value IS 66 (26.17% from 255) = 18.03%

 BLUE value IS 138 (54.3% from 255) = 37.7%

R = 44.26%
G = 18.03%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A2428A (or 0xA2428A) is known color: Medium Red Violet. HEX triplet: A2, 42 and 8A. RGB value is (162,66,138). Sum of RGB (Red+Green+Blue) = 162+66+138=366 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.26% from 366); Green value is 66 (26.17% from 255 or 18.03% from 366); Blue value is 138 (54.30% from 255 or 37.70% from 366); Max value from RGB is 162 - color contains mainly: red. Hex color #A2428A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2428A is #5DBD75. Grayscale: #666666. Windows color (decimal): -6143350 or 9061026. OLE color: 9061026.

HSL color Cylindrical-coordinate representation of color #A2428A: hue angle of 315º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A2428A is Cyan = 0, Magento = 0.59, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 66 138 -
CMYK 0 0.59 0.15 0.36
HSL 315º 0.42% 0.45% -
HSV(B) 315º 0.59% 0.64% -
XYZ 21.44 13.41 25.5 -
YUV 102.91 147.8 170.15 -
System Red Green Blue C M Y K H S L
Decimal 162 66 138 0 0.59 0.15 0.36 315 0.42 0.45
Hex A2 42 8A 0 3B F 24 13B 2A 2D
Octal 242 102 212 0 73 17 44 473 52 55
Binary 10100010 1000010 10001010 0 111011 1111 100100 100111011 101010 101101

Color Harmonies of #A2428A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2428A

Black with #A2428A

Text Example


Text Example

White with #A2428A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2428A; }

 p { color: rgb(162,66,138); }

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

background-color css

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

 a { background-color: rgb(162,66,138); }

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

border-color css

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

 span { border-color: rgb(162,66,138); }

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