Html Css Color HEX #A42B9C Medium Red Violet

📋 copy color: '#A42B9C'

red 164 ◦ green 43 ◦ blue 156

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

Shades of Medium Red Violet #A42B9C

Tints of Medium Red Violet #A42B9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 42.98%

R = 45.18%
G = 11.85%
B = 42.98%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#A42B9C (or 0xA42B9C) is known color: Medium Red Violet. HEX triplet: A4, 2B and 9C. RGB value is (164,43,156). Sum of RGB (Red+Green+Blue) = 164+43+156=363 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.18% from 363); Green value is 43 (17.19% from 255 or 11.85% from 363); Blue value is 156 (61.33% from 255 or 42.98% from 363); Max value from RGB is 164 - color contains mainly: red. Hex color #A42B9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42B9C is #5BD463. Grayscale: #5B5B5B. Windows color (decimal): -6018148 or 10234788. OLE color: 10234788.

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

Color convert

RGB 164 43 156 -
CMYK 0 0.74 0.05 0.36
HSL 303.97º 0.58% 0.41% -
HSV(B) 303.97º 0.74% 0.64% -
XYZ 22.17 12.02 32.6 -
YUV 92.06 164.09 179.31 -
System Red Green Blue C M Y K H S L
Decimal 164 43 156 0 0.74 0.05 0.36 303.97 0.58 0.41
Hex A4 2B 9C 0 4A 5 24 130 3A 29
Octal 244 53 234 0 112 5 44 460 72 51
Binary 10100100 101011 10011100 0 1001010 101 100100 100110000 111010 101001

Color Harmonies of #A42B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42B9C

Black with #A42B9C

Text Example


Text Example

White with #A42B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42B9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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