Html Css Color HEX #A52381 Medium Red Violet

📋 copy color: '#A52381'

red 165 ◦ green 35 ◦ blue 129

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

Shades of Medium Red Violet #A52381

Tints of Medium Red Violet #A52381

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.64%

 BLUE value IS 129 (50.78% from 255) = 39.21%

R = 50.15%
G = 10.64%
B = 39.21%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A52381 (or 0xA52381) is known color: Medium Red Violet. HEX triplet: A5, 23 and 81. RGB value is (165,35,129). Sum of RGB (Red+Green+Blue) = 165+35+129=329 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.15% from 329); Green value is 35 (14.06% from 255 or 10.64% from 329); Blue value is 129 (50.78% from 255 or 39.21% from 329); Max value from RGB is 165 - color contains mainly: red. Hex color #A52381 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52381 is #5ADC7E. Grayscale: #545454. Windows color (decimal): -5954687 or 8463269. OLE color: 8463269.

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

Color convert

RGB 165 35 129 -
CMYK 0 0.79 0.22 0.35
HSL 316.62º 0.65% 0.39% -
HSV(B) 316.62º 0.79% 0.65% -
XYZ 20.08 10.79 21.79 -
YUV 84.59 153.07 185.36 -
System Red Green Blue C M Y K H S L
Decimal 165 35 129 0 0.79 0.22 0.35 316.62 0.65 0.39
Hex A5 23 81 0 4F 16 23 13D 41 27
Octal 245 43 201 0 117 26 43 475 101 47
Binary 10100101 100011 10000001 0 1001111 10110 100011 100111101 1000001 100111

Color Harmonies of #A52381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52381

Black with #A52381

Text Example


Text Example

White with #A52381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52381; }

 p { color: rgb(165,35,129); }

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

background-color css

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

 a { background-color: rgb(165,35,129); }

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

border-color css

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

 span { border-color: rgb(165,35,129); }

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