#AC67B5

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

Shades of Violet Blue #AC67B5

Tints of Violet Blue #AC67B5

Color information

#AC67B5 (or 0xAC67B5) is unknown color: approx Violet Blue. HEX triplet: AC, 67 and B5. RGB value is (172,103,181). Sum of RGB (Red+Green+Blue) = 172+103+181=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 103 (40.62% from 255 or 22.59% from 456); Blue value is 181 (71.09% from 255 or 39.69% from 456); Max value from RGB is 181 - color contains mainly: blue. Hex color #AC67B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC67B5 is #53984A. Grayscale: #848484. Windows color (decimal): -5478475 or 11888556. OLE color: 11888556.

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

Color convert

RGB172103181-
CMYK0.050.4300.29
HSL293.08º34.51%55.69%-
HSV(B)293.08º43.09%70.98%-
XYZ30.221.8146.33-
YUV132.52155.36156.16-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.72%
GREEN value IS 103 (40.62% from 255) = 22.59%
BLUE value IS 181 (71.09% from 255) = 39.69%
R=37.72%
G=22.59%
B=39.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721031810.050.4300.29293.0834.5155.69
HexAC67B552B01D1252338
Octal2541472655530354454370
Binary10101100110011110110101101101011011101100100101100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC67B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC67B5; }

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

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

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

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

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

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

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

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