#AB38A5

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

Shades of Violet Blue #AB38A5

Tints of Violet Blue #AB38A5

Color information

#AB38A5 (or 0xAB38A5) is unknown color: approx Violet Blue. HEX triplet: AB, 38 and A5. RGB value is (171,56,165). Sum of RGB (Red+Green+Blue) = 171+56+165=392 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.62% from 392); Green value is 56 (22.27% from 255 or 14.29% from 392); Blue value is 165 (64.84% from 255 or 42.09% from 392); Max value from RGB is 171 - color contains mainly: red. Hex color #AB38A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB38A5 is #54C75A. Grayscale: #666666. Windows color (decimal): -5556059 or 10827947. OLE color: 10827947.

HSL color Cylindrical-coordinate representation of color #AB38A5: hue angle of 303.13º 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 #AB38A5 is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB17156165-
CMYK00.670.040.33
HSL303.13º50.66%44.51%-
HSV(B)303.13º67.25%67.06%-
XYZ2514.237.02-
YUV102.81163.1176.64-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.62%
GREEN value IS 56 (22.27% from 255) = 14.29%
BLUE value IS 165 (64.84% from 255) = 42.09%
R=43.62%
G=14.29%
B=42.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1715616500.670.040.33303.1350.6644.51
HexAB38A504342112f332d
Octal2537024501034414576355
Binary101010111110001010010101000011100100001100101111110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB38A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB38A5; }

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

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

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

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

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

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

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

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