Html Css Color HEX #A52676 Medium Red Violet

📋 copy color: '#A52676'

red 165 ◦ green 38 ◦ blue 118

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

Shades of Medium Red Violet #A52676

Tints of Medium Red Violet #A52676

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 36.76%

R = 51.4%
G = 11.84%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#A52676 (or 0xA52676) is known color: Medium Red Violet. HEX triplet: A5, 26 and 76. RGB value is (165,38,118). Sum of RGB (Red+Green+Blue) = 165+38+118=321 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.40% from 321); Green value is 38 (15.23% from 255 or 11.84% from 321); Blue value is 118 (46.48% from 255 or 36.76% from 321); Max value from RGB is 165 - color contains mainly: red. Hex color #A52676 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52676 is #5AD989. Grayscale: #545454. Windows color (decimal): -5953930 or 7743141. OLE color: 7743141.

HSL color Cylindrical-coordinate representation of color #A52676: hue angle of 322.2º 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 #A52676 is Cyan = 0, Magento = 0.77, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 38 118 -
CMYK 0 0.77 0.28 0.35
HSL 322.2º 0.63% 0.4% -
HSV(B) 322.2º 0.77% 0.65% -
XYZ 19.48 10.69 18.18 -
YUV 85.09 146.58 185 -
System Red Green Blue C M Y K H S L
Decimal 165 38 118 0 0.77 0.28 0.35 322.2 0.63 0.4
Hex A5 26 76 0 4D 1C 23 142 3F 28
Octal 245 46 166 0 115 34 43 502 77 50
Binary 10100101 100110 1110110 0 1001101 11100 100011 101000010 111111 101000

Color Harmonies of #A52676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52676

Black with #A52676

Text Example


Text Example

White with #A52676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52676; }

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

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

background-color css

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

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

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

border-color css

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

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

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