Html Css Color HEX #A4308B Medium Red Violet

📋 copy color: '#A4308B'

red 164 ◦ green 48 ◦ blue 139

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

Shades of Medium Red Violet #A4308B

Tints of Medium Red Violet #A4308B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.68%

 BLUE value IS 139 (54.69% from 255) = 39.6%

R = 46.72%
G = 13.68%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A4308B (or 0xA4308B) is known color: Medium Red Violet. HEX triplet: A4, 30 and 8B. RGB value is (164,48,139). Sum of RGB (Red+Green+Blue) = 164+48+139=351 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.72% from 351); Green value is 48 (19.14% from 255 or 13.68% from 351); Blue value is 139 (54.69% from 255 or 39.60% from 351); Max value from RGB is 164 - color contains mainly: red. Hex color #A4308B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4308B is #5BCF74. Grayscale: #5C5C5C. Windows color (decimal): -6016885 or 9121956. OLE color: 9121956.

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

Color convert

RGB 164 48 139 -
CMYK 0 0.71 0.15 0.36
HSL 312.93º 0.55% 0.42% -
HSV(B) 312.93º 0.71% 0.64% -
XYZ 21.03 11.87 25.61 -
YUV 93.06 153.93 178.6 -
System Red Green Blue C M Y K H S L
Decimal 164 48 139 0 0.71 0.15 0.36 312.93 0.55 0.42
Hex A4 30 8B 0 47 F 24 139 37 2A
Octal 244 60 213 0 107 17 44 471 67 52
Binary 10100100 110000 10001011 0 1000111 1111 100100 100111001 110111 101010

Color Harmonies of #A4308B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4308B

Black with #A4308B

Text Example


Text Example

White with #A4308B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4308B; }

 p { color: rgb(164,48,139); }

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

background-color css

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

 a { background-color: rgb(164,48,139); }

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

border-color css

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

 span { border-color: rgb(164,48,139); }

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