Html Css Color HEX #AB3288 Medium Red Violet

📋 copy color: '#AB3288'

red 171 ◦ green 50 ◦ blue 136

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

Shades of Medium Red Violet #AB3288

Tints of Medium Red Violet #AB3288

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.01%

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

R = 47.9%
G = 14.01%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AB3288 (or 0xAB3288) is known color: Medium Red Violet. HEX triplet: AB, 32 and 88. RGB value is (171,50,136). Sum of RGB (Red+Green+Blue) = 171+50+136=357 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.90% from 357); Green value is 50 (19.92% from 255 or 14.01% from 357); Blue value is 136 (53.52% from 255 or 38.10% from 357); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3288 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3288 is #54CD77. Grayscale: #5F5F5F. Windows color (decimal): -5557624 or 8925867. OLE color: 8925867.

HSL color Cylindrical-coordinate representation of color #AB3288: hue angle of 317.36º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB3288 is Cyan = 0, Magento = 0.71, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 50 136 -
CMYK 0 0.71 0.20 0.33
HSL 317.36º 0.55% 0.43% -
HSV(B) 317.36º 0.71% 0.67% -
XYZ 22.38 12.72 24.57 -
YUV 95.98 150.59 181.51 -
System Red Green Blue C M Y K H S L
Decimal 171 50 136 0 0.71 0.20 0.33 317.36 0.55 0.43
Hex AB 32 88 0 47 14 21 13D 37 2B
Octal 253 62 210 0 107 24 41 475 67 53
Binary 10101011 110010 10001000 0 1000111 10100 100001 100111101 110111 101011

Color Harmonies of #AB3288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3288

Black with #AB3288

Text Example


Text Example

White with #AB3288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3288; }

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

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

background-color css

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

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

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

border-color css

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

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

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