Html Css Color HEX #A52B8C Medium Red Violet

📋 copy color: '#A52B8C'

red 165 ◦ green 43 ◦ blue 140

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

Shades of Medium Red Violet #A52B8C

Tints of Medium Red Violet #A52B8C

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.36%

 BLUE value IS 140 (55.08% from 255) = 40.23%

R = 47.41%
G = 12.36%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A52B8C (or 0xA52B8C) is known color: Medium Red Violet. HEX triplet: A5, 2B and 8C. RGB value is (165,43,140). Sum of RGB (Red+Green+Blue) = 165+43+140=348 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.41% from 348); Green value is 43 (17.19% from 255 or 12.36% from 348); Blue value is 140 (55.08% from 255 or 40.23% from 348); Max value from RGB is 165 - color contains mainly: red. Hex color #A52B8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52B8C is #5AD473. Grayscale: #5A5A5A. Windows color (decimal): -5952628 or 9186213. OLE color: 9186213.

HSL color Cylindrical-coordinate representation of color #A52B8C: hue angle of 312.3º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A52B8C is Cyan = 0, Magento = 0.74, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 43 140 -
CMYK 0 0.74 0.15 0.35
HSL 312.3º 0.59% 0.41% -
HSV(B) 312.3º 0.74% 0.65% -
XYZ 21.11 11.62 25.94 -
YUV 90.54 155.92 181.11 -
System Red Green Blue C M Y K H S L
Decimal 165 43 140 0 0.74 0.15 0.35 312.3 0.59 0.41
Hex A5 2B 8C 0 4A F 23 138 3B 29
Octal 245 53 214 0 112 17 43 470 73 51
Binary 10100101 101011 10001100 0 1001010 1111 100011 100111000 111011 101001

Color Harmonies of #A52B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52B8C

Black with #A52B8C

Text Example


Text Example

White with #A52B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52B8C; }

 p { color: rgb(165,43,140); }

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

background-color css

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

 a { background-color: rgb(165,43,140); }

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

border-color css

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

 span { border-color: rgb(165,43,140); }

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