Html Css Color HEX #A4458C Medium Red Violet

📋 copy color: '#A4458C'

red 164 ◦ green 69 ◦ blue 140

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

Shades of Medium Red Violet #A4458C

Tints of Medium Red Violet #A4458C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.5%

 BLUE value IS 140 (55.08% from 255) = 37.53%

R = 43.97%
G = 18.5%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A4458C (or 0xA4458C) is known color: Medium Red Violet. HEX triplet: A4, 45 and 8C. RGB value is (164,69,140). Sum of RGB (Red+Green+Blue) = 164+69+140=373 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.97% from 373); Green value is 69 (27.34% from 255 or 18.50% from 373); Blue value is 140 (55.08% from 255 or 37.53% from 373); Max value from RGB is 164 - color contains mainly: red. Hex color #A4458C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4458C is #5BBA73. Grayscale: #696969. Windows color (decimal): -6011508 or 9192868. OLE color: 9192868.

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

Color convert

RGB 164 69 140 -
CMYK 0 0.58 0.15 0.36
HSL 315.16º 0.41% 0.46% -
HSV(B) 315.16º 0.58% 0.64% -
XYZ 22.17 14.04 26.35 -
YUV 105.5 147.47 169.73 -
System Red Green Blue C M Y K H S L
Decimal 164 69 140 0 0.58 0.15 0.36 315.16 0.41 0.46
Hex A4 45 8C 0 3A F 24 13B 29 2E
Octal 244 105 214 0 72 17 44 473 51 56
Binary 10100100 1000101 10001100 0 111010 1111 100100 100111011 101001 101110

Color Harmonies of #A4458C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4458C

Black with #A4458C

Text Example


Text Example

White with #A4458C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4458C; }

 p { color: rgb(164,69,140); }

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

background-color css

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

 a { background-color: rgb(164,69,140); }

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

border-color css

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

 span { border-color: rgb(164,69,140); }

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