Html Css Color HEX #A52679 Medium Red Violet

📋 copy color: '#A52679'

red 165 ◦ green 38 ◦ blue 121

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

Shades of Medium Red Violet #A52679

Tints of Medium Red Violet #A52679

RGB

 RED value IS 165 (64.84% from 255) = 50.93%

 GREEN value IS 38 (15.23% from 255) = 11.73%

 BLUE value IS 121 (47.66% from 255) = 37.35%

R = 50.93%
G = 11.73%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#A52679 (or 0xA52679) is known color: Medium Red Violet. HEX triplet: A5, 26 and 79. RGB value is (165,38,121). Sum of RGB (Red+Green+Blue) = 165+38+121=324 (42% of max value = 765). Red value is 165 (64.84% from 255 or 50.93% from 324); Green value is 38 (15.23% from 255 or 11.73% from 324); Blue value is 121 (47.66% from 255 or 37.35% from 324); Max value from RGB is 165 - color contains mainly: red. Hex color #A52679 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52679 is #5AD986. Grayscale: #555555. Windows color (decimal): -5953927 or 7939749. OLE color: 7939749.

HSL color Cylindrical-coordinate representation of color #A52679: hue angle of 320.79º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A52679 is Cyan = 0, Magento = 0.77, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 38 121 -
CMYK 0 0.77 0.27 0.35
HSL 320.79º 0.63% 0.4% -
HSV(B) 320.79º 0.77% 0.65% -
XYZ 19.66 10.77 19.13 -
YUV 85.44 148.08 184.75 -
System Red Green Blue C M Y K H S L
Decimal 165 38 121 0 0.77 0.27 0.35 320.79 0.63 0.4
Hex A5 26 79 0 4D 1B 23 141 3F 28
Octal 245 46 171 0 115 33 43 501 77 50
Binary 10100101 100110 1111001 0 1001101 11011 100011 101000001 111111 101000

Color Harmonies of #A52679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52679

Black with #A52679

Text Example


Text Example

White with #A52679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52679; }

 p { color: rgb(165,38,121); }

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

background-color css

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

 a { background-color: rgb(165,38,121); }

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

border-color css

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

 span { border-color: rgb(165,38,121); }

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