Html Css Color HEX #AB388D Medium Red Violet

📋 copy color: '#AB388D'

red 171 ◦ green 56 ◦ blue 141

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

Shades of Medium Red Violet #AB388D

Tints of Medium Red Violet #AB388D

RGB

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

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

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

R = 46.47%
G = 15.22%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AB388D (or 0xAB388D) is known color: Medium Red Violet. HEX triplet: AB, 38 and 8D. RGB value is (171,56,141). Sum of RGB (Red+Green+Blue) = 171+56+141=368 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.47% from 368); Green value is 56 (22.27% from 255 or 15.22% from 368); Blue value is 141 (55.47% from 255 or 38.32% from 368); Max value from RGB is 171 - color contains mainly: red. Hex color #AB388D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB388D is #54C772. Grayscale: #636363. Windows color (decimal): -5556083 or 9255083. OLE color: 9255083.

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

Color convert

RGB 171 56 141 -
CMYK 0 0.67 0.18 0.33
HSL 315.65º 0.51% 0.45% -
HSV(B) 315.65º 0.67% 0.67% -
XYZ 23.02 13.41 26.57 -
YUV 100.08 151.1 178.59 -
System Red Green Blue C M Y K H S L
Decimal 171 56 141 0 0.67 0.18 0.33 315.65 0.51 0.45
Hex AB 38 8D 0 43 12 21 13C 33 2D
Octal 253 70 215 0 103 22 41 474 63 55
Binary 10101011 111000 10001101 0 1000011 10010 100001 100111100 110011 101101

Color Harmonies of #AB388D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB388D

Black with #AB388D

Text Example


Text Example

White with #AB388D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB388D; }

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

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

background-color css

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

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

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

border-color css

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

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

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