#AB38A6

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

Shades of Violet Blue #AB38A6

Tints of Violet Blue #AB38A6

Color information

#AB38A6 (or 0xAB38A6) is unknown color: approx Violet Blue. HEX triplet: AB, 38 and A6. RGB value is (171,56,166). Sum of RGB (Red+Green+Blue) = 171+56+166=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 56 (22.27% from 255 or 14.25% from 393); Blue value is 166 (65.23% from 255 or 42.24% from 393); Max value from RGB is 171 - color contains mainly: red. Hex color #AB38A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB38A6 is #54C759. Grayscale: #666666. Windows color (decimal): -5556058 or 10893483. OLE color: 10893483.

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

Color convert

RGB17156166-
CMYK00.670.030.33
HSL302.61º50.66%44.51%-
HSV(B)302.61º67.25%67.06%-
XYZ25.0914.2437.5-
YUV102.93163.6176.56-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.51%
GREEN value IS 56 (22.27% from 255) = 14.25%
BLUE value IS 166 (65.23% from 255) = 42.24%
R=43.51%
G=14.25%
B=42.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1715616600.670.030.33302.6150.6644.51
HexAB38A604332112f332d
Octal2537024601033414576355
Binary10101011111000101001100100001111100001100101111110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB38A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB38A6; }

 p { color: rgb(171,56,166); }

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

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

 a { background-color: rgb(171,56,166); }

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

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

 span { border-color: rgb(171,56,166); }

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