Html Css Color HEX #A5218D Medium Red Violet

📋 copy color: '#A5218D'

red 165 ◦ green 33 ◦ blue 141

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

Shades of Medium Red Violet #A5218D

Tints of Medium Red Violet #A5218D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 41.59%

R = 48.67%
G = 9.73%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A5218D (or 0xA5218D) is known color: Medium Red Violet. HEX triplet: A5, 21 and 8D. RGB value is (165,33,141). Sum of RGB (Red+Green+Blue) = 165+33+141=339 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.67% from 339); Green value is 33 (13.28% from 255 or 9.73% from 339); Blue value is 141 (55.47% from 255 or 41.59% from 339); Max value from RGB is 165 - color contains mainly: red. Hex color #A5218D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5218D is #5ADE72. Grayscale: #545454. Windows color (decimal): -5955187 or 9249189. OLE color: 9249189.

HSL color Cylindrical-coordinate representation of color #A5218D: hue angle of 310.91º 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 #A5218D is Cyan = 0, Magento = 0.8, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 33 141 -
CMYK 0 0.8 0.15 0.35
HSL 310.91º 0.67% 0.39% -
HSV(B) 310.91º 0.8% 0.65% -
XYZ 20.87 11.01 26.22 -
YUV 84.78 159.73 185.22 -
System Red Green Blue C M Y K H S L
Decimal 165 33 141 0 0.8 0.15 0.35 310.91 0.67 0.39
Hex A5 21 8D 0 50 F 23 137 43 27
Octal 245 41 215 0 120 17 43 467 103 47
Binary 10100101 100001 10001101 0 1010000 1111 100011 100110111 1000011 100111

Color Harmonies of #A5218D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5218D

Black with #A5218D

Text Example


Text Example

White with #A5218D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5218D; }

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

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

background-color css

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

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

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

border-color css

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

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

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