Html Css Color HEX #AB387A Medium Red Violet

📋 copy color: '#AB387A'

red 171 ◦ green 56 ◦ blue 122

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

Shades of Medium Red Violet #AB387A

Tints of Medium Red Violet #AB387A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.05%

 BLUE value IS 122 (48.05% from 255) = 34.96%

R = 49%
G = 16.05%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AB387A (or 0xAB387A) is known color: Medium Red Violet. HEX triplet: AB, 38 and 7A. RGB value is (171,56,122). Sum of RGB (Red+Green+Blue) = 171+56+122=349 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.00% from 349); Green value is 56 (22.27% from 255 or 16.05% from 349); Blue value is 122 (48.05% from 255 or 34.96% from 349); Max value from RGB is 171 - color contains mainly: red. Hex color #AB387A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB387A is #54C785. Grayscale: #616161. Windows color (decimal): -5556102 or 8009899. OLE color: 8009899.

HSL color Cylindrical-coordinate representation of color #AB387A: hue angle of 325.57º degrees, saturation: 0.51, 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 #AB387A is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 56 122 -
CMYK 0 0.67 0.29 0.33
HSL 325.57º 0.51% 0.45% -
HSV(B) 325.57º 0.67% 0.67% -
XYZ 21.72 12.89 19.76 -
YUV 97.91 141.6 180.13 -
System Red Green Blue C M Y K H S L
Decimal 171 56 122 0 0.67 0.29 0.33 325.57 0.51 0.45
Hex AB 38 7A 0 43 1D 21 146 33 2D
Octal 253 70 172 0 103 35 41 506 63 55
Binary 10101011 111000 1111010 0 1000011 11101 100001 101000110 110011 101101

Color Harmonies of #AB387A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB387A

Black with #AB387A

Text Example


Text Example

White with #AB387A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB387A; }

 p { color: rgb(171,56,122); }

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

background-color css

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

 a { background-color: rgb(171,56,122); }

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

border-color css

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

 span { border-color: rgb(171,56,122); }

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