Html Css Color HEX #A52696 Medium Red Violet

📋 copy color: '#A52696'

red 165 ◦ green 38 ◦ blue 150

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

Shades of Medium Red Violet #A52696

Tints of Medium Red Violet #A52696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 42.49%

R = 46.74%
G = 10.76%
B = 42.49%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.09

 K value IS 0.35

RGB Variations

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

Color information

#A52696 (or 0xA52696) is known color: Medium Red Violet. HEX triplet: A5, 26 and 96. RGB value is (165,38,150). Sum of RGB (Red+Green+Blue) = 165+38+150=353 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.74% from 353); Green value is 38 (15.23% from 255 or 10.76% from 353); Blue value is 150 (58.98% from 255 or 42.49% from 353); Max value from RGB is 165 - color contains mainly: red. Hex color #A52696 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52696 is #5AD969. Grayscale: #585858. Windows color (decimal): -5953898 or 9840293. OLE color: 9840293.

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

Color convert

RGB 165 38 150 -
CMYK 0 0.77 0.09 0.35
HSL 307.09º 0.63% 0.4% -
HSV(B) 307.09º 0.77% 0.65% -
XYZ 21.72 11.59 29.95 -
YUV 88.74 162.58 182.39 -
System Red Green Blue C M Y K H S L
Decimal 165 38 150 0 0.77 0.09 0.35 307.09 0.63 0.4
Hex A5 26 96 0 4D 9 23 133 3F 28
Octal 245 46 226 0 115 11 43 463 77 50
Binary 10100101 100110 10010110 0 1001101 1001 100011 100110011 111111 101000

Color Harmonies of #A52696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52696

Black with #A52696

Text Example


Text Example

White with #A52696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52696; }

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

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

background-color css

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

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

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

border-color css

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

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

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