Html Css Color HEX #A52186 Medium Red Violet

📋 copy color: '#A52186'

red 165 ◦ green 33 ◦ blue 134

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

Shades of Medium Red Violet #A52186

Tints of Medium Red Violet #A52186

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.94%

 BLUE value IS 134 (52.73% from 255) = 40.36%

R = 49.7%
G = 9.94%
B = 40.36%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A52186 (or 0xA52186) is known color: Medium Red Violet. HEX triplet: A5, 21 and 86. RGB value is (165,33,134). Sum of RGB (Red+Green+Blue) = 165+33+134=332 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.70% from 332); Green value is 33 (13.28% from 255 or 9.94% from 332); Blue value is 134 (52.73% from 255 or 40.36% from 332); Max value from RGB is 165 - color contains mainly: red. Hex color #A52186 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52186 is #5ADE79. Grayscale: #535353. Windows color (decimal): -5955194 or 8790437. OLE color: 8790437.

HSL color Cylindrical-coordinate representation of color #A52186: hue angle of 314.09º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A52186 is Cyan = 0, Magento = 0.8, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 33 134 -
CMYK 0 0.8 0.19 0.35
HSL 314.09º 0.67% 0.39% -
HSV(B) 314.09º 0.8% 0.65% -
XYZ 20.36 10.81 23.57 -
YUV 83.98 156.23 185.79 -
System Red Green Blue C M Y K H S L
Decimal 165 33 134 0 0.8 0.19 0.35 314.09 0.67 0.39
Hex A5 21 86 0 50 13 23 13A 43 27
Octal 245 41 206 0 120 23 43 472 103 47
Binary 10100101 100001 10000110 0 1010000 10011 100011 100111010 1000011 100111

Color Harmonies of #A52186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52186

Black with #A52186

Text Example


Text Example

White with #A52186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52186; }

 p { color: rgb(165,33,134); }

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

background-color css

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

 a { background-color: rgb(165,33,134); }

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

border-color css

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

 span { border-color: rgb(165,33,134); }

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