#AB5093

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

Shades of Violet Blue #AB5093

Tints of Violet Blue #AB5093

Color information

#AB5093 (or 0xAB5093) is unknown color: approx Violet Blue. HEX triplet: AB, 50 and 93. RGB value is (171,80,147). Sum of RGB (Red+Green+Blue) = 171+80+147=398 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.96% from 398); Green value is 80 (31.64% from 255 or 20.10% from 398); Blue value is 147 (57.81% from 255 or 36.93% from 398); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5093 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5093 is #54AF6C. Grayscale: #727272. Windows color (decimal): -5549933 or 9654443. OLE color: 9654443.

HSL color Cylindrical-coordinate representation of color #AB5093: hue angle of 315.82º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB5093 is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.33.

Color convert

RGB17180147-
CMYK00.530.140.33
HSL315.82º36.25%49.22%-
HSV(B)315.82º53.22%67.06%-
XYZ24.9316.529.47-
YUV114.85146.15168.05-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.96%
GREEN value IS 80 (31.64% from 255) = 20.10%
BLUE value IS 147 (57.81% from 255) = 36.93%
R=42.96%
G=20.10%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718014700.530.140.33315.8236.2549.22
HexAB5093035E2113c2431
Octal25312022306516414744461
Binary1010101110100001001001101101011110100001100111100100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5093; }

 p { color: rgb(171,80,147); }

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

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

 a { background-color: rgb(171,80,147); }

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

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

 span { border-color: rgb(171,80,147); }

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