Html Css Color HEX #A52783 Medium Red Violet

📋 copy color: '#A52783'

red 165 ◦ green 39 ◦ blue 131

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

Shades of Medium Red Violet #A52783

Tints of Medium Red Violet #A52783

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.64%

 BLUE value IS 131 (51.56% from 255) = 39.1%

R = 49.25%
G = 11.64%
B = 39.1%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#A52783 (or 0xA52783) is known color: Medium Red Violet. HEX triplet: A5, 27 and 83. RGB value is (165,39,131). Sum of RGB (Red+Green+Blue) = 165+39+131=335 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.25% from 335); Green value is 39 (15.62% from 255 or 11.64% from 335); Blue value is 131 (51.56% from 255 or 39.10% from 335); Max value from RGB is 165 - color contains mainly: red. Hex color #A52783 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52783 is #5AD87C. Grayscale: #565656. Windows color (decimal): -5953661 or 8595365. OLE color: 8595365.

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

Color convert

RGB 165 39 131 -
CMYK 0 0.76 0.21 0.35
HSL 316.19º 0.62% 0.4% -
HSV(B) 316.19º 0.76% 0.65% -
XYZ 20.34 11.09 22.54 -
YUV 87.16 152.74 183.52 -
System Red Green Blue C M Y K H S L
Decimal 165 39 131 0 0.76 0.21 0.35 316.19 0.62 0.4
Hex A5 27 83 0 4C 15 23 13C 3E 28
Octal 245 47 203 0 114 25 43 474 76 50
Binary 10100101 100111 10000011 0 1001100 10101 100011 100111100 111110 101000

Color Harmonies of #A52783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52783

Black with #A52783

Text Example


Text Example

White with #A52783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52783; }

 p { color: rgb(165,39,131); }

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

background-color css

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

 a { background-color: rgb(165,39,131); }

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

border-color css

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

 span { border-color: rgb(165,39,131); }

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