#AB38A4

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

Shades of Violet Blue #AB38A4

Tints of Violet Blue #AB38A4

Color information

#AB38A4 (or 0xAB38A4) is unknown color: approx Violet Blue. HEX triplet: AB, 38 and A4. RGB value is (171,56,164). Sum of RGB (Red+Green+Blue) = 171+56+164=391 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.73% from 391); Green value is 56 (22.27% from 255 or 14.32% from 391); Blue value is 164 (64.45% from 255 or 41.94% from 391); Max value from RGB is 171 - color contains mainly: red. Hex color #AB38A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB38A4 is #54C75B. Grayscale: #666666. Windows color (decimal): -5556060 or 10762411. OLE color: 10762411.

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

Color convert

RGB17156164-
CMYK00.670.040.33
HSL303.65º50.66%44.51%-
HSV(B)303.65º67.25%67.06%-
XYZ24.9114.1736.54-
YUV102.7162.6176.72-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.73%
GREEN value IS 56 (22.27% from 255) = 14.32%
BLUE value IS 164 (64.45% from 255) = 41.94%
R=43.73%
G=14.32%
B=41.94%

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
Decimal1715616400.670.040.33303.6550.6644.51
HexAB38A4043421130332d
Octal2537024401034414606355
Binary101010111110001010010001000011100100001100110000110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB38A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB38A4; }

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

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

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

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

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

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

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

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