Html Css Color HEX #A4407B Medium Red Violet

📋 copy color: '#A4407B'

red 164 ◦ green 64 ◦ blue 123

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

Shades of Medium Red Violet #A4407B

Tints of Medium Red Violet #A4407B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.23%

 BLUE value IS 123 (48.44% from 255) = 35.04%

R = 46.72%
G = 18.23%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A4407B (or 0xA4407B) is known color: Medium Red Violet. HEX triplet: A4, 40 and 7B. RGB value is (164,64,123). Sum of RGB (Red+Green+Blue) = 164+64+123=351 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.72% from 351); Green value is 64 (25.39% from 255 or 18.23% from 351); Blue value is 123 (48.44% from 255 or 35.04% from 351); Max value from RGB is 164 - color contains mainly: red. Hex color #A4407B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4407B is #5BBF84. Grayscale: #646464. Windows color (decimal): -6012805 or 8077476. OLE color: 8077476.

HSL color Cylindrical-coordinate representation of color #A4407B: hue angle of 324.6º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A4407B is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 64 123 -
CMYK 0 0.61 0.25 0.36
HSL 324.6º 0.44% 0.45% -
HSV(B) 324.6º 0.61% 0.64% -
XYZ 20.72 12.99 20.15 -
YUV 100.63 140.63 173.2 -
System Red Green Blue C M Y K H S L
Decimal 164 64 123 0 0.61 0.25 0.36 324.6 0.44 0.45
Hex A4 40 7B 0 3D 19 24 145 2C 2D
Octal 244 100 173 0 75 31 44 505 54 55
Binary 10100100 1000000 1111011 0 111101 11001 100100 101000101 101100 101101

Color Harmonies of #A4407B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4407B

Black with #A4407B

Text Example


Text Example

White with #A4407B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4407B; }

 p { color: rgb(164,64,123); }

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

background-color css

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

 a { background-color: rgb(164,64,123); }

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

border-color css

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

 span { border-color: rgb(164,64,123); }

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