Html Css Color HEX #AB3274 Medium Red Violet

📋 copy color: '#AB3274'

red 171 ◦ green 50 ◦ blue 116

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

Shades of Medium Red Violet #AB3274

Tints of Medium Red Violet #AB3274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 34.42%

R = 50.74%
G = 14.84%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AB3274 (or 0xAB3274) is known color: Medium Red Violet. HEX triplet: AB, 32 and 74. RGB value is (171,50,116). Sum of RGB (Red+Green+Blue) = 171+50+116=337 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.74% from 337); Green value is 50 (19.92% from 255 or 14.84% from 337); Blue value is 116 (45.70% from 255 or 34.42% from 337); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3274 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3274 is #54CD8B. Grayscale: #5D5D5D. Windows color (decimal): -5557644 or 7615147. OLE color: 7615147.

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

Color convert

RGB 171 50 116 -
CMYK 0 0.71 0.32 0.33
HSL 327.27º 0.55% 0.43% -
HSV(B) 327.27º 0.71% 0.67% -
XYZ 21.09 12.2 17.77 -
YUV 93.7 140.59 183.13 -
System Red Green Blue C M Y K H S L
Decimal 171 50 116 0 0.71 0.32 0.33 327.27 0.55 0.43
Hex AB 32 74 0 47 20 21 147 37 2B
Octal 253 62 164 0 107 40 41 507 67 53
Binary 10101011 110010 1110100 0 1000111 100000 100001 101000111 110111 101011

Color Harmonies of #AB3274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3274

Black with #AB3274

Text Example


Text Example

White with #AB3274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3274; }

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

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

background-color css

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

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

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

border-color css

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

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

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