Html Css Color HEX #A52690 Medium Red Violet

📋 copy color: '#A52690'

red 165 ◦ green 38 ◦ blue 144

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

Shades of Medium Red Violet #A52690

Tints of Medium Red Violet #A52690

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.95%

 BLUE value IS 144 (56.64% from 255) = 41.5%

R = 47.55%
G = 10.95%
B = 41.5%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A52690 (or 0xA52690) is known color: Medium Red Violet. HEX triplet: A5, 26 and 90. RGB value is (165,38,144). Sum of RGB (Red+Green+Blue) = 165+38+144=347 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.55% from 347); Green value is 38 (15.23% from 255 or 10.95% from 347); Blue value is 144 (56.64% from 255 or 41.50% from 347); Max value from RGB is 165 - color contains mainly: red. Hex color #A52690 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52690 is #5AD96F. Grayscale: #575757. Windows color (decimal): -5953904 or 9447077. OLE color: 9447077.

HSL color Cylindrical-coordinate representation of color #A52690: hue angle of 309.92º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A52690 is Cyan = 0, Magento = 0.77, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 38 144 -
CMYK 0 0.77 0.13 0.35
HSL 309.92º 0.63% 0.4% -
HSV(B) 309.92º 0.77% 0.65% -
XYZ 21.24 11.4 27.47 -
YUV 88.06 159.58 182.88 -
System Red Green Blue C M Y K H S L
Decimal 165 38 144 0 0.77 0.13 0.35 309.92 0.63 0.4
Hex A5 26 90 0 4D D 23 136 3F 28
Octal 245 46 220 0 115 15 43 466 77 50
Binary 10100101 100110 10010000 0 1001101 1101 100011 100110110 111111 101000

Color Harmonies of #A52690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52690

Black with #A52690

Text Example


Text Example

White with #A52690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52690; }

 p { color: rgb(165,38,144); }

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

background-color css

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

 a { background-color: rgb(165,38,144); }

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

border-color css

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

 span { border-color: rgb(165,38,144); }

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