Html Css Color HEX #A52674 Medium Red Violet

📋 copy color: '#A52674'

red 165 ◦ green 38 ◦ blue 116

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

Shades of Medium Red Violet #A52674

Tints of Medium Red Violet #A52674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 36.36%

R = 51.72%
G = 11.91%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A52674 (or 0xA52674) is known color: Medium Red Violet. HEX triplet: A5, 26 and 74. RGB value is (165,38,116). Sum of RGB (Red+Green+Blue) = 165+38+116=319 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.72% from 319); Green value is 38 (15.23% from 255 or 11.91% from 319); Blue value is 116 (45.70% from 255 or 36.36% from 319); Max value from RGB is 165 - color contains mainly: red. Hex color #A52674 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52674 is #5AD98B. Grayscale: #545454. Windows color (decimal): -5953932 or 7612069. OLE color: 7612069.

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

Color convert

RGB 165 38 116 -
CMYK 0 0.77 0.30 0.35
HSL 323.15º 0.63% 0.4% -
HSV(B) 323.15º 0.77% 0.65% -
XYZ 19.36 10.65 17.56 -
YUV 84.87 145.58 185.16 -
System Red Green Blue C M Y K H S L
Decimal 165 38 116 0 0.77 0.30 0.35 323.15 0.63 0.4
Hex A5 26 74 0 4D 1E 23 143 3F 28
Octal 245 46 164 0 115 36 43 503 77 50
Binary 10100101 100110 1110100 0 1001101 11110 100011 101000011 111111 101000

Color Harmonies of #A52674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52674

Black with #A52674

Text Example


Text Example

White with #A52674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52674; }

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

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

background-color css

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

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

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

border-color css

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

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

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