Html Css Color HEX #A5218A Medium Red Violet

📋 copy color: '#A5218A'

red 165 ◦ green 33 ◦ blue 138

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

Shades of Medium Red Violet #A5218A

Tints of Medium Red Violet #A5218A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 41.07%

R = 49.11%
G = 9.82%
B = 41.07%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A5218A (or 0xA5218A) is known color: Medium Red Violet. HEX triplet: A5, 21 and 8A. RGB value is (165,33,138). Sum of RGB (Red+Green+Blue) = 165+33+138=336 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.11% from 336); Green value is 33 (13.28% from 255 or 9.82% from 336); Blue value is 138 (54.30% from 255 or 41.07% from 336); Max value from RGB is 165 - color contains mainly: red. Hex color #A5218A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5218A is #5ADE75. Grayscale: #545454. Windows color (decimal): -5955190 or 9052581. OLE color: 9052581.

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

Color convert

RGB 165 33 138 -
CMYK 0 0.8 0.16 0.35
HSL 312.27º 0.67% 0.39% -
HSV(B) 312.27º 0.8% 0.65% -
XYZ 20.65 10.92 25.06 -
YUV 84.44 158.23 185.46 -
System Red Green Blue C M Y K H S L
Decimal 165 33 138 0 0.8 0.16 0.35 312.27 0.67 0.39
Hex A5 21 8A 0 50 10 23 138 43 27
Octal 245 41 212 0 120 20 43 470 103 47
Binary 10100101 100001 10001010 0 1010000 10000 100011 100111000 1000011 100111

Color Harmonies of #A5218A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5218A

Black with #A5218A

Text Example


Text Example

White with #A5218A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5218A; }

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

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

background-color css

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

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

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

border-color css

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

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

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