Html Css Color HEX #A4368B Medium Red Violet

📋 copy color: '#A4368B'

red 164 ◦ green 54 ◦ blue 139

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

Shades of Medium Red Violet #A4368B

Tints of Medium Red Violet #A4368B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.13%

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

R = 45.94%
G = 15.13%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A4368B (or 0xA4368B) is known color: Medium Red Violet. HEX triplet: A4, 36 and 8B. RGB value is (164,54,139). Sum of RGB (Red+Green+Blue) = 164+54+139=357 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.94% from 357); Green value is 54 (21.48% from 255 or 15.13% from 357); Blue value is 139 (54.69% from 255 or 38.94% from 357); Max value from RGB is 164 - color contains mainly: red. Hex color #A4368B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4368B is #5BC974. Grayscale: #606060. Windows color (decimal): -6015349 or 9123492. OLE color: 9123492.

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

Color convert

RGB 164 54 139 -
CMYK 0 0.67 0.15 0.36
HSL 313.64º 0.5% 0.43% -
HSV(B) 313.64º 0.67% 0.64% -
XYZ 21.29 12.39 25.7 -
YUV 96.58 151.94 176.09 -
System Red Green Blue C M Y K H S L
Decimal 164 54 139 0 0.67 0.15 0.36 313.64 0.5 0.43
Hex A4 36 8B 0 43 F 24 13A 32 2B
Octal 244 66 213 0 103 17 44 472 62 53
Binary 10100100 110110 10001011 0 1000011 1111 100100 100111010 110010 101011

Color Harmonies of #A4368B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4368B

Black with #A4368B

Text Example


Text Example

White with #A4368B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4368B; }

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

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

background-color css

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

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

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

border-color css

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

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

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