#AB6CAD

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

Shades of Violet Blue #AB6CAD

Tints of Violet Blue #AB6CAD

Color information

#AB6CAD (or 0xAB6CAD) is unknown color: approx Violet Blue. HEX triplet: AB, 6C and AD. RGB value is (171,108,173). Sum of RGB (Red+Green+Blue) = 171+108+173=452 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.83% from 452); Green value is 108 (42.58% from 255 or 23.89% 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 #AB6CAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6CAD is #549352. Grayscale: #868686. Windows color (decimal): -5542739 or 11365547. OLE color: 11365547.

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

Color convert

RGB171108173-
CMYK0.010.3800.32
HSL298.15º28.38%55.1%-
HSV(B)298.15º37.57%67.84%-
XYZ29.722.442.29-
YUV134.25149.87154.21-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.83%
GREEN value IS 108 (42.58% from 255) = 23.89%
BLUE value IS 173 (67.97% from 255) = 38.27%
R=37.83%
G=23.89%
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
Decimal1711081730.010.3800.32298.1528.3855.1
HexAB6CAD12602012a1c37
Octal2531542551460404523467
Binary101010111101100101011011100110010000010010101011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6CAD; }

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

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

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

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

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

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

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

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