Html Css Color HEX #A5219B Medium Red Violet

📋 copy color: '#A5219B'

red 165 ◦ green 33 ◦ blue 155

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

Shades of Medium Red Violet #A5219B

Tints of Medium Red Violet #A5219B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 43.91%

R = 46.74%
G = 9.35%
B = 43.91%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#A5219B (or 0xA5219B) is known color: Medium Red Violet. HEX triplet: A5, 21 and 9B. RGB value is (165,33,155). Sum of RGB (Red+Green+Blue) = 165+33+155=353 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.74% from 353); Green value is 33 (13.28% from 255 or 9.35% from 353); Blue value is 155 (60.94% from 255 or 43.91% from 353); Max value from RGB is 165 - color contains mainly: red. Hex color #A5219B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5219B is #5ADE64. Grayscale: #565656. Windows color (decimal): -5955173 or 10166693. OLE color: 10166693.

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

Color convert

RGB 165 33 155 -
CMYK 0 0.8 0.06 0.35
HSL 304.55º 0.67% 0.39% -
HSV(B) 304.55º 0.8% 0.65% -
XYZ 21.98 11.45 32.06 -
YUV 86.38 166.73 184.08 -
System Red Green Blue C M Y K H S L
Decimal 165 33 155 0 0.8 0.06 0.35 304.55 0.67 0.39
Hex A5 21 9B 0 50 6 23 131 43 27
Octal 245 41 233 0 120 6 43 461 103 47
Binary 10100101 100001 10011011 0 1010000 110 100011 100110001 1000011 100111

Color Harmonies of #A5219B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5219B

Black with #A5219B

Text Example


Text Example

White with #A5219B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5219B; }

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

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

background-color css

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

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

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

border-color css

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

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

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