Html Css Color HEX #AB358D Medium Red Violet

📋 copy color: '#AB358D'

red 171 ◦ green 53 ◦ blue 141

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

Shades of Medium Red Violet #AB358D

Tints of Medium Red Violet #AB358D

RGB

 RED value IS 171 (67.19% from 255) = 46.85%

 GREEN value IS 53 (21.09% from 255) = 14.52%

 BLUE value IS 141 (55.47% from 255) = 38.63%

R = 46.85%
G = 14.52%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AB358D (or 0xAB358D) is known color: Medium Red Violet. HEX triplet: AB, 35 and 8D. RGB value is (171,53,141). Sum of RGB (Red+Green+Blue) = 171+53+141=365 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.85% from 365); Green value is 53 (21.09% from 255 or 14.52% from 365); Blue value is 141 (55.47% from 255 or 38.63% from 365); Max value from RGB is 171 - color contains mainly: red. Hex color #AB358D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB358D is #54CA72. Grayscale: #626262. Windows color (decimal): -5556851 or 9254315. OLE color: 9254315.

HSL color Cylindrical-coordinate representation of color #AB358D: hue angle of 315.25º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AB358D is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 53 141 -
CMYK 0 0.69 0.18 0.33
HSL 315.25º 0.53% 0.44% -
HSV(B) 315.25º 0.69% 0.67% -
XYZ 22.88 13.13 26.53 -
YUV 98.31 152.09 179.84 -
System Red Green Blue C M Y K H S L
Decimal 171 53 141 0 0.69 0.18 0.33 315.25 0.53 0.44
Hex AB 35 8D 0 45 12 21 13B 35 2C
Octal 253 65 215 0 105 22 41 473 65 54
Binary 10101011 110101 10001101 0 1000101 10010 100001 100111011 110101 101100

Color Harmonies of #AB358D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB358D

Black with #AB358D

Text Example


Text Example

White with #AB358D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB358D; }

 p { color: rgb(171,53,141); }

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

background-color css

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

 a { background-color: rgb(171,53,141); }

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

border-color css

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

 span { border-color: rgb(171,53,141); }

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