Html Css Color HEX #AB397D Medium Red Violet

📋 copy color: '#AB397D'

red 171 ◦ green 57 ◦ blue 125

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

Shades of Medium Red Violet #AB397D

Tints of Medium Red Violet #AB397D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.15%

 BLUE value IS 125 (49.22% from 255) = 35.41%

R = 48.44%
G = 16.15%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AB397D (or 0xAB397D) is known color: Medium Red Violet. HEX triplet: AB, 39 and 7D. RGB value is (171,57,125). Sum of RGB (Red+Green+Blue) = 171+57+125=353 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.44% from 353); Green value is 57 (22.66% from 255 or 16.15% from 353); Blue value is 125 (49.22% from 255 or 35.41% from 353); Max value from RGB is 171 - color contains mainly: red. Hex color #AB397D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB397D is #54C682. Grayscale: #626262. Windows color (decimal): -5555843 or 8206763. OLE color: 8206763.

HSL color Cylindrical-coordinate representation of color #AB397D: hue angle of 324.21º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB397D is Cyan = 0, Magento = 0.67, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 57 125 -
CMYK 0 0.67 0.27 0.33
HSL 324.21º 0.5% 0.45% -
HSV(B) 324.21º 0.67% 0.67% -
XYZ 21.96 13.06 20.77 -
YUV 98.84 142.77 179.47 -
System Red Green Blue C M Y K H S L
Decimal 171 57 125 0 0.67 0.27 0.33 324.21 0.5 0.45
Hex AB 39 7D 0 43 1B 21 144 32 2D
Octal 253 71 175 0 103 33 41 504 62 55
Binary 10101011 111001 1111101 0 1000011 11011 100001 101000100 110010 101101

Color Harmonies of #AB397D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB397D

Black with #AB397D

Text Example


Text Example

White with #AB397D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB397D; }

 p { color: rgb(171,57,125); }

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

background-color css

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

 a { background-color: rgb(171,57,125); }

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

border-color css

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

 span { border-color: rgb(171,57,125); }

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