Html Css Color HEX #AB388E Medium Red Violet

📋 copy color: '#AB388E'

red 171 ◦ green 56 ◦ blue 142

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

Shades of Medium Red Violet #AB388E

Tints of Medium Red Violet #AB388E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 38.48%

R = 46.34%
G = 15.18%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AB388E (or 0xAB388E) is known color: Medium Red Violet. HEX triplet: AB, 38 and 8E. RGB value is (171,56,142). Sum of RGB (Red+Green+Blue) = 171+56+142=369 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.34% from 369); Green value is 56 (22.27% from 255 or 15.18% from 369); Blue value is 142 (55.86% from 255 or 38.48% from 369); Max value from RGB is 171 - color contains mainly: red. Hex color #AB388E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB388E is #54C771. Grayscale: #636363. Windows color (decimal): -5556082 or 9320619. OLE color: 9320619.

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

Color convert

RGB 171 56 142 -
CMYK 0 0.67 0.17 0.33
HSL 315.13º 0.51% 0.45% -
HSV(B) 315.13º 0.67% 0.67% -
XYZ 23.09 13.44 26.97 -
YUV 100.19 151.6 178.51 -
System Red Green Blue C M Y K H S L
Decimal 171 56 142 0 0.67 0.17 0.33 315.13 0.51 0.45
Hex AB 38 8E 0 43 11 21 13B 33 2D
Octal 253 70 216 0 103 21 41 473 63 55
Binary 10101011 111000 10001110 0 1000011 10001 100001 100111011 110011 101101

Color Harmonies of #AB388E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB388E

Black with #AB388E

Text Example


Text Example

White with #AB388E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB388E; }

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

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

background-color css

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

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

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

border-color css

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

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

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