#AB38AA

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

Shades of Violet Blue #AB38AA

Tints of Violet Blue #AB38AA

Color information

#AB38AA (or 0xAB38AA) is unknown color: approx Violet Blue. HEX triplet: AB, 38 and AA. RGB value is (171,56,170). Sum of RGB (Red+Green+Blue) = 171+56+170=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 56 (22.27% from 255 or 14.11% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 171 - color contains mainly: red. Hex color #AB38AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB38AA is #54C755. Grayscale: #676767. Windows color (decimal): -5556054 or 11155627. OLE color: 11155627.

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

Color convert

RGB17156170-
CMYK00.670.010.33
HSL300.52º50.66%44.51%-
HSV(B)300.52º67.25%67.06%-
XYZ25.4614.3939.47-
YUV103.38165.6176.23-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.07%
GREEN value IS 56 (22.27% from 255) = 14.11%
BLUE value IS 170 (66.80% from 255) = 42.82%
R=43.07%
G=14.11%
B=42.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1715617000.670.010.33300.5250.6644.51
HexAB38AA04312112d332d
Octal2537025201031414556355
Binary1010101111100010101010010000111100001100101101110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB38AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB38AA; }

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

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

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

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

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

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

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

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