#AB2675

Color #AB2675 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #AB2675

Tints of Medium Red Violet #AB2675

Color information

#AB2675 (or 0xAB2675) is unknown color: approx Medium Red Violet. HEX triplet: AB, 26 and 75. RGB value is (171,38,117). Sum of RGB (Red+Green+Blue) = 171+38+117=326 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.45% from 326); Green value is 38 (15.23% from 255 or 11.66% from 326); Blue value is 117 (46.09% from 255 or 35.89% from 326); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2675 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2675 is #54D98A. Grayscale: #565656. Windows color (decimal): -5560715 or 7677611. OLE color: 7677611.

HSL color Cylindrical-coordinate representation of color #AB2675: hue angle of 324.36º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB2675 is Cyan = 0, Magento = 0.78, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB17138117-
CMYK00.780.320.33
HSL324.36º63.64%40.98%-
HSV(B)324.36º77.78%67.06%-
XYZ20.711.3317.93-
YUV86.77145.06188.08-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 52.45%
GREEN value IS 38 (15.23% from 255) = 11.66%
BLUE value IS 117 (46.09% from 255) = 35.89%
R=52.45%
G=11.66%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1713811700.780.320.33324.3663.6440.98
HexAB267504E20211444029
Octal253461650116404150410051
Binary101010111001101110101010011101000001000011010001001000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2675; }

 p { color: rgb(171,38,117); }

 H1.HeaderClassName
 {
   color: #AB2675;
 }
 .AnyTagClassName
 {
   color: #AB2675;
 }
</style>
background-color css

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

 a { background-color: rgb(171,38,117); }

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

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

 span { border-color: rgb(171,38,117); }

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