Html Css Color HEX #A42B8B Medium Red Violet

📋 copy color: '#A42B8B'

red 164 ◦ green 43 ◦ blue 139

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

Shades of Medium Red Violet #A42B8B

Tints of Medium Red Violet #A42B8B

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.43%

 BLUE value IS 139 (54.69% from 255) = 40.17%

R = 47.4%
G = 12.43%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A42B8B (or 0xA42B8B) is known color: Medium Red Violet. HEX triplet: A4, 2B and 8B. RGB value is (164,43,139). Sum of RGB (Red+Green+Blue) = 164+43+139=346 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.40% from 346); Green value is 43 (17.19% from 255 or 12.43% from 346); Blue value is 139 (54.69% from 255 or 40.17% from 346); Max value from RGB is 164 - color contains mainly: red. Hex color #A42B8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42B8B is #5BD474. Grayscale: #595959. Windows color (decimal): -6018165 or 9120676. OLE color: 9120676.

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

Color convert

RGB 164 43 139 -
CMYK 0 0.74 0.15 0.36
HSL 312.4º 0.58% 0.41% -
HSV(B) 312.4º 0.74% 0.64% -
XYZ 20.83 11.48 25.54 -
YUV 90.12 155.59 180.69 -
System Red Green Blue C M Y K H S L
Decimal 164 43 139 0 0.74 0.15 0.36 312.4 0.58 0.41
Hex A4 2B 8B 0 4A F 24 138 3A 29
Octal 244 53 213 0 112 17 44 470 72 51
Binary 10100100 101011 10001011 0 1001010 1111 100100 100111000 111010 101001

Color Harmonies of #A42B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42B8B

Black with #A42B8B

Text Example


Text Example

White with #A42B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42B8B; }

 p { color: rgb(164,43,139); }

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

background-color css

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

 a { background-color: rgb(164,43,139); }

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

border-color css

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

 span { border-color: rgb(164,43,139); }

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