Html Css Color HEX #AB3388 Medium Red Violet

📋 copy color: '#AB3388'

red 171 ◦ green 51 ◦ blue 136

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

Shades of Medium Red Violet #AB3388

Tints of Medium Red Violet #AB3388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 37.99%

R = 47.77%
G = 14.25%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AB3388 (or 0xAB3388) is known color: Medium Red Violet. HEX triplet: AB, 33 and 88. RGB value is (171,51,136). Sum of RGB (Red+Green+Blue) = 171+51+136=358 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.77% from 358); Green value is 51 (20.31% from 255 or 14.25% from 358); Blue value is 136 (53.52% from 255 or 37.99% from 358); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3388 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3388 is #54CC77. Grayscale: #606060. Windows color (decimal): -5557368 or 8926123. OLE color: 8926123.

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

Color convert

RGB 171 51 136 -
CMYK 0 0.70 0.20 0.33
HSL 317.5º 0.54% 0.44% -
HSV(B) 317.5º 0.7% 0.67% -
XYZ 22.42 12.8 24.58 -
YUV 96.57 150.26 181.09 -
System Red Green Blue C M Y K H S L
Decimal 171 51 136 0 0.70 0.20 0.33 317.5 0.54 0.44
Hex AB 33 88 0 46 14 21 13E 36 2C
Octal 253 63 210 0 106 24 41 476 66 54
Binary 10101011 110011 10001000 0 1000110 10100 100001 100111110 110110 101100

Color Harmonies of #AB3388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3388

Black with #AB3388

Text Example


Text Example

White with #AB3388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3388; }

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

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

background-color css

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

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

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

border-color css

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

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

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