Html Css Color HEX #A52882 Medium Red Violet

📋 copy color: '#A52882'

red 165 ◦ green 40 ◦ blue 130

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

Shades of Medium Red Violet #A52882

Tints of Medium Red Violet #A52882

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.94%

 BLUE value IS 130 (51.17% from 255) = 38.81%

R = 49.25%
G = 11.94%
B = 38.81%

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

#A52882 (or 0xA52882) is known color: Medium Red Violet. HEX triplet: A5, 28 and 82. RGB value is (165,40,130). Sum of RGB (Red+Green+Blue) = 165+40+130=335 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.25% from 335); Green value is 40 (16.02% from 255 or 11.94% from 335); Blue value is 130 (51.17% from 255 or 38.81% from 335); Max value from RGB is 165 - color contains mainly: red. Hex color #A52882 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52882 is #5AD77D. Grayscale: #575757. Windows color (decimal): -5953406 or 8530085. OLE color: 8530085.

HSL color Cylindrical-coordinate representation of color #A52882: hue angle of 316.8º degrees, saturation: 0.61, 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 #A52882 is Cyan = 0, Magento = 0.76, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 40 130 -
CMYK 0 0.76 0.21 0.35
HSL 316.8º 0.61% 0.4% -
HSV(B) 316.8º 0.76% 0.65% -
XYZ 20.31 11.13 22.2 -
YUV 87.64 151.91 183.18 -
System Red Green Blue C M Y K H S L
Decimal 165 40 130 0 0.76 0.21 0.35 316.8 0.61 0.4
Hex A5 28 82 0 4C 15 23 13D 3D 28
Octal 245 50 202 0 114 25 43 475 75 50
Binary 10100101 101000 10000010 0 1001100 10101 100011 100111101 111101 101000

Color Harmonies of #A52882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52882

Black with #A52882

Text Example


Text Example

White with #A52882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52882; }

 p { color: rgb(165,40,130); }

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

background-color css

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

 a { background-color: rgb(165,40,130); }

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

border-color css

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

 span { border-color: rgb(165,40,130); }

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