Html Css Color HEX #A52B85 Medium Red Violet

📋 copy color: '#A52B85'

red 165 ◦ green 43 ◦ blue 133

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

Shades of Medium Red Violet #A52B85

Tints of Medium Red Violet #A52B85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 39%

R = 48.39%
G = 12.61%
B = 39%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A52B85 (or 0xA52B85) is known color: Medium Red Violet. HEX triplet: A5, 2B and 85. RGB value is (165,43,133). Sum of RGB (Red+Green+Blue) = 165+43+133=341 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.39% from 341); Green value is 43 (17.19% from 255 or 12.61% from 341); Blue value is 133 (52.34% from 255 or 39.00% from 341); Max value from RGB is 165 - color contains mainly: red. Hex color #A52B85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52B85 is #5AD47A. Grayscale: #595959. Windows color (decimal): -5952635 or 8727461. OLE color: 8727461.

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

Color convert

RGB 165 43 133 -
CMYK 0 0.74 0.19 0.35
HSL 315.74º 0.59% 0.41% -
HSV(B) 315.74º 0.74% 0.65% -
XYZ 20.61 11.42 23.31 -
YUV 89.74 152.42 181.68 -
System Red Green Blue C M Y K H S L
Decimal 165 43 133 0 0.74 0.19 0.35 315.74 0.59 0.41
Hex A5 2B 85 0 4A 13 23 13C 3B 29
Octal 245 53 205 0 112 23 43 474 73 51
Binary 10100101 101011 10000101 0 1001010 10011 100011 100111100 111011 101001

Color Harmonies of #A52B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52B85

Black with #A52B85

Text Example


Text Example

White with #A52B85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52B85; }

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

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

background-color css

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

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

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

border-color css

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

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

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