#AB6CAA

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

Shades of Violet Blue #AB6CAA

Tints of Violet Blue #AB6CAA

Color information

#AB6CAA (or 0xAB6CAA) is unknown color: approx Violet Blue. HEX triplet: AB, 6C and AA. RGB value is (171,108,170). Sum of RGB (Red+Green+Blue) = 171+108+170=449 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.08% from 449); Green value is 108 (42.58% from 255 or 24.05% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6CAA is #549355. Grayscale: #858585. Windows color (decimal): -5542742 or 11168939. OLE color: 11168939.

HSL color Cylindrical-coordinate representation of color #AB6CAA: hue angle of 300.95º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AB6CAA is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB171108170-
CMYK00.370.010.33
HSL300.95º27.27%54.71%-
HSV(B)300.95º36.84%67.06%-
XYZ29.4122.2940.78-
YUV133.9148.37154.46-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.08%
GREEN value IS 108 (42.58% from 255) = 24.05%
BLUE value IS 170 (66.80% from 255) = 37.86%
R=38.08%
G=24.05%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110817000.370.010.33300.9527.2754.71
HexAB6CAA02512112d1b37
Octal2531542520451414553367
Binary101010111101100101010100100101110000110010110111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6CAA; }

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

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

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

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

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

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

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

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