#AB67A4

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

Shades of Violet Blue #AB67A4

Tints of Violet Blue #AB67A4

Color information

#AB67A4 (or 0xAB67A4) is unknown color: approx Violet Blue. HEX triplet: AB, 67 and A4. RGB value is (171,103,164). Sum of RGB (Red+Green+Blue) = 171+103+164=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 103 (40.62% from 255 or 23.52% from 438); Blue value is 164 (64.45% from 255 or 37.44% from 438); Max value from RGB is 171 - color contains mainly: red. Hex color #AB67A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB67A4 is #54985B. Grayscale: #828282. Windows color (decimal): -5544028 or 10774443. OLE color: 10774443.

HSL color Cylindrical-coordinate representation of color #AB67A4: hue angle of 306.18º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB67A4 is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB171103164-
CMYK00.400.040.33
HSL306.18º28.81%53.73%-
HSV(B)306.18º39.77%67.06%-
XYZ28.3521.0437.69-
YUV130.29147.03157.04-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.04%
GREEN value IS 103 (40.62% from 255) = 23.52%
BLUE value IS 164 (64.45% from 255) = 37.44%
R=39.04%
G=23.52%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110316400.400.040.33306.1828.8153.73
HexAB67A40284211321d36
Octal2531472440504414623566
Binary10101011110011110100100010100010010000110011001011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB67A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB67A4; }

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

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

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

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

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

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

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

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