#AB6093

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

Shades of Violet Blue #AB6093

Tints of Violet Blue #AB6093

Color information

#AB6093 (or 0xAB6093) is unknown color: approx Violet Blue. HEX triplet: AB, 60 and 93. RGB value is (171,96,147). Sum of RGB (Red+Green+Blue) = 171+96+147=414 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.30% from 414); Green value is 96 (37.89% from 255 or 23.19% from 414); Blue value is 147 (57.81% from 255 or 35.51% from 414); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6093 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6093 is #549F6C. Grayscale: #7C7C7C. Windows color (decimal): -5545837 or 9658539. OLE color: 9658539.

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

Color convert

RGB17196147-
CMYK00.440.140.33
HSL319.2º30.86%52.35%-
HSV(B)319.2º43.86%67.06%-
XYZ26.2419.1329.91-
YUV124.24140.85161.35-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.30%
GREEN value IS 96 (37.89% from 255) = 23.19%
BLUE value IS 147 (57.81% from 255) = 35.51%
R=41.30%
G=23.19%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1719614700.440.140.33319.230.8652.35
HexAB609302CE2113f1f34
Octal25314022305416414773764
Binary101010111100000100100110101100111010000110011111111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6093; }

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

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

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

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

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

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

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

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