Html Css Color HEX #A52691 Medium Red Violet

📋 copy color: '#A52691'

red 165 ◦ green 38 ◦ blue 145

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

Shades of Medium Red Violet #A52691

Tints of Medium Red Violet #A52691

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 41.67%

R = 47.41%
G = 10.92%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#A52691 (or 0xA52691) is known color: Medium Red Violet. HEX triplet: A5, 26 and 91. RGB value is (165,38,145). Sum of RGB (Red+Green+Blue) = 165+38+145=348 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.41% from 348); Green value is 38 (15.23% from 255 or 10.92% from 348); Blue value is 145 (57.03% from 255 or 41.67% from 348); Max value from RGB is 165 - color contains mainly: red. Hex color #A52691 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52691 is #5AD96E. Grayscale: #575757. Windows color (decimal): -5953903 or 9512613. OLE color: 9512613.

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

Color convert

RGB 165 38 145 -
CMYK 0 0.77 0.12 0.35
HSL 309.45º 0.63% 0.4% -
HSV(B) 309.45º 0.77% 0.65% -
XYZ 21.32 11.43 27.87 -
YUV 88.17 160.08 182.8 -
System Red Green Blue C M Y K H S L
Decimal 165 38 145 0 0.77 0.12 0.35 309.45 0.63 0.4
Hex A5 26 91 0 4D C 23 135 3F 28
Octal 245 46 221 0 115 14 43 465 77 50
Binary 10100101 100110 10010001 0 1001101 1100 100011 100110101 111111 101000

Color Harmonies of #A52691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52691

Black with #A52691

Text Example


Text Example

White with #A52691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52691; }

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

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

background-color css

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

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

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

border-color css

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

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

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