Html Css Color HEX #AB3278 Medium Red Violet

📋 copy color: '#AB3278'

red 171 ◦ green 50 ◦ blue 120

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

Shades of Medium Red Violet #AB3278

Tints of Medium Red Violet #AB3278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 35.19%

R = 50.15%
G = 14.66%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#AB3278 (or 0xAB3278) is known color: Medium Red Violet. HEX triplet: AB, 32 and 78. RGB value is (171,50,120). Sum of RGB (Red+Green+Blue) = 171+50+120=341 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.15% from 341); Green value is 50 (19.92% from 255 or 14.66% from 341); Blue value is 120 (47.27% from 255 or 35.19% from 341); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3278 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3278 is #54CD87. Grayscale: #5E5E5E. Windows color (decimal): -5557640 or 7877291. OLE color: 7877291.

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

Color convert

RGB 171 50 120 -
CMYK 0 0.71 0.30 0.33
HSL 325.29º 0.55% 0.43% -
HSV(B) 325.29º 0.71% 0.67% -
XYZ 21.33 12.3 19.02 -
YUV 94.16 142.59 182.81 -
System Red Green Blue C M Y K H S L
Decimal 171 50 120 0 0.71 0.30 0.33 325.29 0.55 0.43
Hex AB 32 78 0 47 1E 21 145 37 2B
Octal 253 62 170 0 107 36 41 505 67 53
Binary 10101011 110010 1111000 0 1000111 11110 100001 101000101 110111 101011

Color Harmonies of #AB3278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3278

Black with #AB3278

Text Example


Text Example

White with #AB3278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3278; }

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

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

background-color css

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

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

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

border-color css

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

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

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