Html Css Color HEX #AB338A Medium Red Violet

📋 copy color: '#AB338A'

red 171 ◦ green 51 ◦ blue 138

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

Shades of Medium Red Violet #AB338A

Tints of Medium Red Violet #AB338A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.33%

R = 47.5%
G = 14.17%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AB338A (or 0xAB338A) is known color: Medium Red Violet. HEX triplet: AB, 33 and 8A. RGB value is (171,51,138). Sum of RGB (Red+Green+Blue) = 171+51+138=360 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.5% from 360); Green value is 51 (20.31% from 255 or 14.17% from 360); Blue value is 138 (54.30% from 255 or 38.33% from 360); Max value from RGB is 171 - color contains mainly: red. Hex color #AB338A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB338A is #54CC75. Grayscale: #606060. Windows color (decimal): -5557366 or 9057195. OLE color: 9057195.

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

Color convert

RGB 171 51 138 -
CMYK 0 0.70 0.19 0.33
HSL 316.5º 0.54% 0.44% -
HSV(B) 316.5º 0.7% 0.67% -
XYZ 22.57 12.86 25.34 -
YUV 96.8 151.26 180.93 -
System Red Green Blue C M Y K H S L
Decimal 171 51 138 0 0.70 0.19 0.33 316.5 0.54 0.44
Hex AB 33 8A 0 46 13 21 13C 36 2C
Octal 253 63 212 0 106 23 41 474 66 54
Binary 10101011 110011 10001010 0 1000110 10011 100001 100111100 110110 101100

Color Harmonies of #AB338A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB338A

Black with #AB338A

Text Example


Text Example

White with #AB338A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB338A; }

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

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

background-color css

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

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

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

border-color css

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

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

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