Html Css Color HEX #AB338D Medium Red Violet

📋 copy color: '#AB338D'

red 171 ◦ green 51 ◦ blue 141

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

Shades of Medium Red Violet #AB338D

Tints of Medium Red Violet #AB338D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.05%

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

R = 47.11%
G = 14.05%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AB338D (or 0xAB338D) is known color: Medium Red Violet. HEX triplet: AB, 33 and 8D. RGB value is (171,51,141). Sum of RGB (Red+Green+Blue) = 171+51+141=363 (48% of max value = 765). Red value is 171 (67.19% from 255 or 47.11% from 363); Green value is 51 (20.31% from 255 or 14.05% from 363); Blue value is 141 (55.47% from 255 or 38.84% from 363); Max value from RGB is 171 - color contains mainly: red. Hex color #AB338D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB338D is #54CC72. Grayscale: #606060. Windows color (decimal): -5557363 or 9253803. OLE color: 9253803.

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

Color convert

RGB 171 51 141 -
CMYK 0 0.70 0.18 0.33
HSL 315º 0.54% 0.44% -
HSV(B) 315º 0.7% 0.67% -
XYZ 22.79 12.95 26.5 -
YUV 97.14 152.76 180.68 -
System Red Green Blue C M Y K H S L
Decimal 171 51 141 0 0.70 0.18 0.33 315 0.54 0.44
Hex AB 33 8D 0 46 12 21 13B 36 2C
Octal 253 63 215 0 106 22 41 473 66 54
Binary 10101011 110011 10001101 0 1000110 10010 100001 100111011 110110 101100

Color Harmonies of #AB338D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB338D

Black with #AB338D

Text Example


Text Example

White with #AB338D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB338D; }

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

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

background-color css

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

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

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

border-color css

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

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

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