Html Css Color HEX #A52B7B Medium Red Violet

📋 copy color: '#A52B7B'

red 165 ◦ green 43 ◦ blue 123

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

Shades of Medium Red Violet #A52B7B

Tints of Medium Red Violet #A52B7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 37.16%

R = 49.85%
G = 12.99%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A52B7B (or 0xA52B7B) is known color: Medium Red Violet. HEX triplet: A5, 2B and 7B. RGB value is (165,43,123). Sum of RGB (Red+Green+Blue) = 165+43+123=331 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.85% from 331); Green value is 43 (17.19% from 255 or 12.99% from 331); Blue value is 123 (48.44% from 255 or 37.16% from 331); Max value from RGB is 165 - color contains mainly: red. Hex color #A52B7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52B7B is #5AD484. Grayscale: #585858. Windows color (decimal): -5952645 or 8072101. OLE color: 8072101.

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

Color convert

RGB 165 43 123 -
CMYK 0 0.74 0.25 0.35
HSL 320.66º 0.59% 0.41% -
HSV(B) 320.66º 0.74% 0.65% -
XYZ 19.96 11.16 19.84 -
YUV 88.6 147.42 182.5 -
System Red Green Blue C M Y K H S L
Decimal 165 43 123 0 0.74 0.25 0.35 320.66 0.59 0.41
Hex A5 2B 7B 0 4A 19 23 141 3B 29
Octal 245 53 173 0 112 31 43 501 73 51
Binary 10100101 101011 1111011 0 1001010 11001 100011 101000001 111011 101001

Color Harmonies of #A52B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52B7B

Black with #A52B7B

Text Example


Text Example

White with #A52B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52B7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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