#AC6BAD

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

Shades of Violet Blue #AC6BAD

Tints of Violet Blue #AC6BAD

Color information

#AC6BAD (or 0xAC6BAD) is unknown color: approx Violet Blue. HEX triplet: AC, 6B and AD. RGB value is (172,107,173). Sum of RGB (Red+Green+Blue) = 172+107+173=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 107 (42.19% from 255 or 23.67% from 452); Blue value is 173 (67.97% from 255 or 38.27% from 452); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC6BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6BAD is #539452. Grayscale: #858585. Windows color (decimal): -5477459 or 11365292. OLE color: 11365292.

HSL color Cylindrical-coordinate representation of color #AC6BAD: hue angle of 299.09º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AC6BAD is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB172107173-
CMYK0.010.3800.32
HSL299.09º28.7%54.9%-
HSV(B)299.09º38.15%67.84%-
XYZ29.8122.342.27-
YUV133.96150.03155.13-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.05%
GREEN value IS 107 (42.19% from 255) = 23.67%
BLUE value IS 173 (67.97% from 255) = 38.27%
R=38.05%
G=23.67%
B=38.27%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721071730.010.3800.32299.0928.754.9
HexAC6BAD12602012b1d37
Octal2541532551460404533567
Binary101011001101011101011011100110010000010010101111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6BAD; }

 p { color: rgb(172,107,173); }

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

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

 a { background-color: rgb(172,107,173); }

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

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

 span { border-color: rgb(172,107,173); }

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