Html Css Color HEX #A51E7A Medium Red Violet

📋 copy color: '#A51E7A'

red 165 ◦ green 30 ◦ blue 122

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

Shades of Medium Red Violet #A51E7A

Tints of Medium Red Violet #A51E7A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.46%

 BLUE value IS 122 (48.05% from 255) = 38.49%

R = 52.05%
G = 9.46%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.26

 K value IS 0.35

RGB Variations

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

Color information

#A51E7A (or 0xA51E7A) is known color: Medium Red Violet. HEX triplet: A5, 1E and 7A. RGB value is (165,30,122). Sum of RGB (Red+Green+Blue) = 165+30+122=317 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.05% from 317); Green value is 30 (12.11% from 255 or 9.46% from 317); Blue value is 122 (48.05% from 255 or 38.49% from 317); Max value from RGB is 165 - color contains mainly: red. Hex color #A51E7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A51E7A is #5AE185. Grayscale: #505050. Windows color (decimal): -5955974 or 8003237. OLE color: 8003237.

HSL color Cylindrical-coordinate representation of color #A51E7A: hue angle of 319.11º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A51E7A is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 30 122 -
CMYK 0 0.82 0.26 0.35
HSL 319.11º 0.69% 0.38% -
HSV(B) 319.11º 0.82% 0.65% -
XYZ 19.49 10.33 19.38 -
YUV 80.85 151.23 188.02 -
System Red Green Blue C M Y K H S L
Decimal 165 30 122 0 0.82 0.26 0.35 319.11 0.69 0.38
Hex A5 1E 7A 0 52 1A 23 13F 45 26
Octal 245 36 172 0 122 32 43 477 105 46
Binary 10100101 11110 1111010 0 1010010 11010 100011 100111111 1000101 100110

Color Harmonies of #A51E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51E7A

Black with #A51E7A

Text Example


Text Example

White with #A51E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51E7A; }

 p { color: rgb(165,30,122); }

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

background-color css

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

 a { background-color: rgb(165,30,122); }

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

border-color css

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

 span { border-color: rgb(165,30,122); }

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