Html Css Color HEX #A5228B Medium Red Violet

📋 copy color: '#A5228B'

red 165 ◦ green 34 ◦ blue 139

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

Shades of Medium Red Violet #A5228B

Tints of Medium Red Violet #A5228B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.06%

 BLUE value IS 139 (54.69% from 255) = 41.12%

R = 48.82%
G = 10.06%
B = 41.12%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A5228B (or 0xA5228B) is known color: Medium Red Violet. HEX triplet: A5, 22 and 8B. RGB value is (165,34,139). Sum of RGB (Red+Green+Blue) = 165+34+139=338 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.82% from 338); Green value is 34 (13.67% from 255 or 10.06% from 338); Blue value is 139 (54.69% from 255 or 41.12% from 338); Max value from RGB is 165 - color contains mainly: red. Hex color #A5228B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5228B is #5ADD74. Grayscale: #545454. Windows color (decimal): -5954933 or 9118373. OLE color: 9118373.

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

Color convert

RGB 165 34 139 -
CMYK 0 0.79 0.16 0.35
HSL 311.91º 0.66% 0.39% -
HSV(B) 311.91º 0.79% 0.65% -
XYZ 20.75 11.01 25.46 -
YUV 85.14 158.4 184.96 -
System Red Green Blue C M Y K H S L
Decimal 165 34 139 0 0.79 0.16 0.35 311.91 0.66 0.39
Hex A5 22 8B 0 4F 10 23 138 42 27
Octal 245 42 213 0 117 20 43 470 102 47
Binary 10100101 100010 10001011 0 1001111 10000 100011 100111000 1000010 100111

Color Harmonies of #A5228B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5228B

Black with #A5228B

Text Example


Text Example

White with #A5228B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5228B; }

 p { color: rgb(165,34,139); }

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

background-color css

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

 a { background-color: rgb(165,34,139); }

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

border-color css

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

 span { border-color: rgb(165,34,139); }

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