Html Css Color HEX #A4258F Medium Red Violet

📋 copy color: '#A4258F'

red 164 ◦ green 37 ◦ blue 143

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

Shades of Medium Red Violet #A4258F

Tints of Medium Red Violet #A4258F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.76%

 BLUE value IS 143 (56.25% from 255) = 41.57%

R = 47.67%
G = 10.76%
B = 41.57%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A4258F (or 0xA4258F) is known color: Medium Red Violet. HEX triplet: A4, 25 and 8F. RGB value is (164,37,143). Sum of RGB (Red+Green+Blue) = 164+37+143=344 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.67% from 344); Green value is 37 (14.84% from 255 or 10.76% from 344); Blue value is 143 (56.25% from 255 or 41.57% from 344); Max value from RGB is 164 - color contains mainly: red. Hex color #A4258F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4258F is #5BDA70. Grayscale: #565656. Windows color (decimal): -6019697 or 9381284. OLE color: 9381284.

HSL color Cylindrical-coordinate representation of color #A4258F: hue angle of 309.92º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A4258F is Cyan = 0, Magento = 0.77, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 37 143 -
CMYK 0 0.77 0.13 0.36
HSL 309.92º 0.63% 0.39% -
HSV(B) 309.92º 0.77% 0.64% -
XYZ 20.93 11.2 27.05 -
YUV 87.06 159.58 182.88 -
System Red Green Blue C M Y K H S L
Decimal 164 37 143 0 0.77 0.13 0.36 309.92 0.63 0.39
Hex A4 25 8F 0 4D D 24 136 3F 27
Octal 244 45 217 0 115 15 44 466 77 47
Binary 10100100 100101 10001111 0 1001101 1101 100100 100110110 111111 100111

Color Harmonies of #A4258F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4258F

Black with #A4258F

Text Example


Text Example

White with #A4258F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4258F; }

 p { color: rgb(164,37,143); }

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

background-color css

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

 a { background-color: rgb(164,37,143); }

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

border-color css

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

 span { border-color: rgb(164,37,143); }

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