#AC67B4

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

Shades of Violet Blue #AC67B4

Tints of Violet Blue #AC67B4

Color information

#AC67B4 (or 0xAC67B4) is unknown color: approx Violet Blue. HEX triplet: AC, 67 and B4. RGB value is (172,103,180). Sum of RGB (Red+Green+Blue) = 172+103+180=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 103 (40.62% from 255 or 22.64% from 455); Blue value is 180 (70.70% from 255 or 39.56% from 455); Max value from RGB is 180 - color contains mainly: blue. Hex color #AC67B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC67B4 is #53984B. Grayscale: #848484. Windows color (decimal): -5478476 or 11823020. OLE color: 11823020.

HSL color Cylindrical-coordinate representation of color #AC67B4: hue angle of 293.77º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AC67B4 is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB172103180-
CMYK0.040.4300.29
HSL293.77º33.92%55.49%-
HSV(B)293.77º42.78%70.59%-
XYZ30.121.7745.79-
YUV132.41154.86156.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.80%
GREEN value IS 103 (40.62% from 255) = 22.64%
BLUE value IS 180 (70.70% from 255) = 39.56%
R=37.80%
G=22.64%
B=39.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721031800.040.4300.29293.7733.9255.49
HexAC67B442B01D1262237
Octal2541472644530354464267
Binary10101100110011110110100100101011011101100100110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC67B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC67B4; }

 p { color: rgb(172,103,180); }

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

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

 a { background-color: rgb(172,103,180); }

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

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

 span { border-color: rgb(172,103,180); }

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