#AC6CAD

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

Shades of Violet Blue #AC6CAD

Tints of Violet Blue #AC6CAD

Color information

#AC6CAD (or 0xAC6CAD) is unknown color: approx Violet Blue. HEX triplet: AC, 6C and AD. RGB value is (172,108,173). Sum of RGB (Red+Green+Blue) = 172+108+173=453 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.97% from 453); Green value is 108 (42.58% from 255 or 23.84% from 453); Blue value is 173 (67.97% from 255 or 38.19% from 453); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC6CAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6CAD is #539352. Grayscale: #868686. Windows color (decimal): -5477203 or 11365548. OLE color: 11365548.

HSL color Cylindrical-coordinate representation of color #AC6CAD: hue angle of 299.08º degrees, saturation: 0.28, 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 #AC6CAD is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB172108173-
CMYK0.010.3800.32
HSL299.08º28.38%55.1%-
HSV(B)299.08º37.57%67.84%-
XYZ29.9222.5142.3-
YUV134.55149.7154.71-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.97%
GREEN value IS 108 (42.58% from 255) = 23.84%
BLUE value IS 173 (67.97% from 255) = 38.19%
R=37.97%
G=23.84%
B=38.19%

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
Decimal1721081730.010.3800.32299.0828.3855.1
HexAC6CAD12602012b1c37
Octal2541542551460404533467
Binary101011001101100101011011100110010000010010101111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6CAD; }

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

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

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

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

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

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

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

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