Html Css Color HEX #A52395 Medium Red Violet

📋 copy color: '#A52395'

red 165 ◦ green 35 ◦ blue 149

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

Shades of Medium Red Violet #A52395

Tints of Medium Red Violet #A52395

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.03%

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

R = 47.28%
G = 10.03%
B = 42.69%

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

#A52395 (or 0xA52395) is known color: Medium Red Violet. HEX triplet: A5, 23 and 95. RGB value is (165,35,149). Sum of RGB (Red+Green+Blue) = 165+35+149=349 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.28% from 349); Green value is 35 (14.06% from 255 or 10.03% from 349); Blue value is 149 (58.59% from 255 or 42.69% from 349); Max value from RGB is 165 - color contains mainly: red. Hex color #A52395 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52395 is #5ADC6A. Grayscale: #565656. Windows color (decimal): -5954667 or 9773989. OLE color: 9773989.

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

Color convert

RGB 165 35 149 -
CMYK 0 0.79 0.10 0.35
HSL 307.38º 0.65% 0.39% -
HSV(B) 307.38º 0.79% 0.65% -
XYZ 21.54 11.37 29.49 -
YUV 86.87 163.07 183.73 -
System Red Green Blue C M Y K H S L
Decimal 165 35 149 0 0.79 0.10 0.35 307.38 0.65 0.39
Hex A5 23 95 0 4F A 23 133 41 27
Octal 245 43 225 0 117 12 43 463 101 47
Binary 10100101 100011 10010101 0 1001111 1010 100011 100110011 1000001 100111

Color Harmonies of #A52395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52395

Black with #A52395

Text Example


Text Example

White with #A52395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52395; }

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

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

background-color css

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

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

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

border-color css

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

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

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