#AB3BA2

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

Shades of Violet Blue #AB3BA2

Tints of Violet Blue #AB3BA2

Color information

#AB3BA2 (or 0xAB3BA2) is unknown color: approx Violet Blue. HEX triplet: AB, 3B and A2. RGB value is (171,59,162). Sum of RGB (Red+Green+Blue) = 171+59+162=392 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.62% from 392); Green value is 59 (23.44% from 255 or 15.05% from 392); Blue value is 162 (63.67% from 255 or 41.33% from 392); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3BA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3BA2 is #54C45D. Grayscale: #676767. Windows color (decimal): -5555294 or 10632107. OLE color: 10632107.

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

Color convert

RGB17159162-
CMYK00.650.050.33
HSL304.82º48.7%45.1%-
HSV(B)304.82º65.5%67.06%-
XYZ24.8814.3935.65-
YUV104.23160.61175.62-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.62%
GREEN value IS 59 (23.44% from 255) = 15.05%
BLUE value IS 162 (63.67% from 255) = 41.33%
R=43.62%
G=15.05%
B=41.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1715916200.650.050.33304.8248.745.1
HexAB3BA2041521131312d
Octal2537324201015414616155
Binary101010111110111010001001000001101100001100110001110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3BA2; }

 p { color: rgb(171,59,162); }

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

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

 a { background-color: rgb(171,59,162); }

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

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

 span { border-color: rgb(171,59,162); }

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