Html Css Color HEX #A52298 Medium Red Violet

📋 copy color: '#A52298'

red 165 ◦ green 34 ◦ blue 152

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

Shades of Medium Red Violet #A52298

Tints of Medium Red Violet #A52298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 43.3%

R = 47.01%
G = 9.69%
B = 43.3%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A52298 (or 0xA52298) is known color: Medium Red Violet. HEX triplet: A5, 22 and 98. RGB value is (165,34,152). Sum of RGB (Red+Green+Blue) = 165+34+152=351 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.01% from 351); Green value is 34 (13.67% from 255 or 9.69% from 351); Blue value is 152 (59.77% from 255 or 43.30% from 351); Max value from RGB is 165 - color contains mainly: red. Hex color #A52298 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52298 is #5ADD67. Grayscale: #565656. Windows color (decimal): -5954920 or 9970341. OLE color: 9970341.

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

Color convert

RGB 165 34 152 -
CMYK 0 0.79 0.08 0.35
HSL 305.95º 0.66% 0.39% -
HSV(B) 305.95º 0.79% 0.65% -
XYZ 21.76 11.41 30.76 -
YUV 86.62 164.9 183.91 -
System Red Green Blue C M Y K H S L
Decimal 165 34 152 0 0.79 0.08 0.35 305.95 0.66 0.39
Hex A5 22 98 0 4F 8 23 132 42 27
Octal 245 42 230 0 117 10 43 462 102 47
Binary 10100101 100010 10011000 0 1001111 1000 100011 100110010 1000010 100111

Color Harmonies of #A52298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52298

Black with #A52298

Text Example


Text Example

White with #A52298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52298; }

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

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

background-color css

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

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

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

border-color css

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

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

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