Html Css Color HEX #A52295 Medium Red Violet

📋 copy color: '#A52295'

red 165 ◦ green 34 ◦ blue 149

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

Shades of Medium Red Violet #A52295

Tints of Medium Red Violet #A52295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 42.82%

R = 47.41%
G = 9.77%
B = 42.82%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A52295 (or 0xA52295) is known color: Medium Red Violet. HEX triplet: A5, 22 and 95. RGB value is (165,34,149). Sum of RGB (Red+Green+Blue) = 165+34+149=348 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.41% from 348); Green value is 34 (13.67% from 255 or 9.77% from 348); Blue value is 149 (58.59% from 255 or 42.82% from 348); Max value from RGB is 165 - color contains mainly: red. Hex color #A52295 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52295 is #5ADD6A. Grayscale: #555555. Windows color (decimal): -5954923 or 9773733. OLE color: 9773733.

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

Color convert

RGB 165 34 149 -
CMYK 0 0.79 0.10 0.35
HSL 307.33º 0.66% 0.39% -
HSV(B) 307.33º 0.79% 0.65% -
XYZ 21.51 11.31 29.48 -
YUV 86.28 163.4 184.15 -
System Red Green Blue C M Y K H S L
Decimal 165 34 149 0 0.79 0.10 0.35 307.33 0.66 0.39
Hex A5 22 95 0 4F A 23 133 42 27
Octal 245 42 225 0 117 12 43 463 102 47
Binary 10100101 100010 10010101 0 1001111 1010 100011 100110011 1000010 100111

Color Harmonies of #A52295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52295

Black with #A52295

Text Example


Text Example

White with #A52295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52295; }

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

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

background-color css

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

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

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

border-color css

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

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

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