Html Css Color HEX #A4277A Medium Red Violet

📋 copy color: '#A4277A'

red 164 ◦ green 39 ◦ blue 122

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

Shades of Medium Red Violet #A4277A

Tints of Medium Red Violet #A4277A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12%

 BLUE value IS 122 (48.05% from 255) = 37.54%

R = 50.46%
G = 12%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A4277A (or 0xA4277A) is known color: Medium Red Violet. HEX triplet: A4, 27 and 7A. RGB value is (164,39,122). Sum of RGB (Red+Green+Blue) = 164+39+122=325 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.46% from 325); Green value is 39 (15.62% from 255 or 12% from 325); Blue value is 122 (48.05% from 255 or 37.54% from 325); Max value from RGB is 164 - color contains mainly: red. Hex color #A4277A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4277A is #5BD885. Grayscale: #555555. Windows color (decimal): -6019206 or 8005540. OLE color: 8005540.

HSL color Cylindrical-coordinate representation of color #A4277A: hue angle of 320.16º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A4277A is Cyan = 0, Magento = 0.76, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 39 122 -
CMYK 0 0.76 0.26 0.36
HSL 320.16º 0.62% 0.4% -
HSV(B) 320.16º 0.76% 0.64% -
XYZ 19.55 10.75 19.46 -
YUV 85.84 148.41 183.75 -
System Red Green Blue C M Y K H S L
Decimal 164 39 122 0 0.76 0.26 0.36 320.16 0.62 0.4
Hex A4 27 7A 0 4C 1A 24 140 3E 28
Octal 244 47 172 0 114 32 44 500 76 50
Binary 10100100 100111 1111010 0 1001100 11010 100100 101000000 111110 101000

Color Harmonies of #A4277A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4277A

Black with #A4277A

Text Example


Text Example

White with #A4277A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4277A; }

 p { color: rgb(164,39,122); }

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

background-color css

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

 a { background-color: rgb(164,39,122); }

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

border-color css

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

 span { border-color: rgb(164,39,122); }

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