#AB67AE

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

Shades of Violet Blue #AB67AE

Tints of Violet Blue #AB67AE

Color information

#AB67AE (or 0xAB67AE) is unknown color: approx Violet Blue. HEX triplet: AB, 67 and AE. RGB value is (171,103,174). Sum of RGB (Red+Green+Blue) = 171+103+174=448 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.17% from 448); Green value is 103 (40.62% from 255 or 22.99% from 448); Blue value is 174 (68.36% from 255 or 38.84% from 448); Max value from RGB is 174 - color contains mainly: blue. Hex color #AB67AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB67AE is #549851. Grayscale: #838383. Windows color (decimal): -5544018 or 11429803. OLE color: 11429803.

HSL color Cylindrical-coordinate representation of color #AB67AE: hue angle of 297.46º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AB67AE is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB171103174-
CMYK0.020.4100.32
HSL297.46º30.47%54.31%-
HSV(B)297.46º40.8%68.24%-
XYZ29.2821.4142.63-
YUV131.43152.03156.23-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.17%
GREEN value IS 103 (40.62% from 255) = 22.99%
BLUE value IS 174 (68.36% from 255) = 38.84%
R=38.17%
G=22.99%
B=38.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711031740.020.4100.32297.4630.4754.31
HexAB67AE2290201291e36
Octal2531472562510404513666
Binary1010101111001111010111010101001010000010010100111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB67AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB67AE; }

 p { color: rgb(171,103,174); }

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

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

 a { background-color: rgb(171,103,174); }

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

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

 span { border-color: rgb(171,103,174); }

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