Html Css Color HEX #A4359C Medium Red Violet

📋 copy color: '#A4359C'

red 164 ◦ green 53 ◦ blue 156

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

Shades of Medium Red Violet #A4359C

Tints of Medium Red Violet #A4359C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.21%

 BLUE value IS 156 (61.33% from 255) = 41.82%

R = 43.97%
G = 14.21%
B = 41.82%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#A4359C (or 0xA4359C) is known color: Medium Red Violet. HEX triplet: A4, 35 and 9C. RGB value is (164,53,156). Sum of RGB (Red+Green+Blue) = 164+53+156=373 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.97% from 373); Green value is 53 (21.09% from 255 or 14.21% from 373); Blue value is 156 (61.33% from 255 or 41.82% from 373); Max value from RGB is 164 - color contains mainly: red. Hex color #A4359C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4359C is #5BCA63. Grayscale: #616161. Windows color (decimal): -6015588 or 10237348. OLE color: 10237348.

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

Color convert

RGB 164 53 156 -
CMYK 0 0.68 0.05 0.36
HSL 304.32º 0.51% 0.43% -
HSV(B) 304.32º 0.68% 0.64% -
XYZ 22.58 12.84 32.74 -
YUV 97.93 160.77 175.12 -
System Red Green Blue C M Y K H S L
Decimal 164 53 156 0 0.68 0.05 0.36 304.32 0.51 0.43
Hex A4 35 9C 0 44 5 24 130 33 2B
Octal 244 65 234 0 104 5 44 460 63 53
Binary 10100100 110101 10011100 0 1000100 101 100100 100110000 110011 101011

Color Harmonies of #A4359C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4359C

Black with #A4359C

Text Example


Text Example

White with #A4359C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4359C; }

 p { color: rgb(164,53,156); }

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

background-color css

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

 a { background-color: rgb(164,53,156); }

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

border-color css

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

 span { border-color: rgb(164,53,156); }

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