Html Css Color HEX #A4299B Medium Red Violet

📋 copy color: '#A4299B'

red 164 ◦ green 41 ◦ blue 155

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

Shades of Medium Red Violet #A4299B

Tints of Medium Red Violet #A4299B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.39%

 BLUE value IS 155 (60.94% from 255) = 43.06%

R = 45.56%
G = 11.39%
B = 43.06%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#A4299B (or 0xA4299B) is known color: Medium Red Violet. HEX triplet: A4, 29 and 9B. RGB value is (164,41,155). Sum of RGB (Red+Green+Blue) = 164+41+155=360 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.56% from 360); Green value is 41 (16.41% from 255 or 11.39% from 360); Blue value is 155 (60.94% from 255 or 43.06% from 360); Max value from RGB is 164 - color contains mainly: red. Hex color #A4299B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4299B is #5BD664. Grayscale: #5A5A5A. Windows color (decimal): -6018661 or 10168740. OLE color: 10168740.

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

Color convert

RGB 164 41 155 -
CMYK 0 0.75 0.05 0.36
HSL 304.39º 0.6% 0.4% -
HSV(B) 304.39º 0.75% 0.64% -
XYZ 22.02 11.84 32.14 -
YUV 90.77 164.25 180.23 -
System Red Green Blue C M Y K H S L
Decimal 164 41 155 0 0.75 0.05 0.36 304.39 0.6 0.4
Hex A4 29 9B 0 4B 5 24 130 3C 28
Octal 244 51 233 0 113 5 44 460 74 50
Binary 10100100 101001 10011011 0 1001011 101 100100 100110000 111100 101000

Color Harmonies of #A4299B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4299B

Black with #A4299B

Text Example


Text Example

White with #A4299B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4299B; }

 p { color: rgb(164,41,155); }

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

background-color css

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

 a { background-color: rgb(164,41,155); }

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

border-color css

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

 span { border-color: rgb(164,41,155); }

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