#AB68AA

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

Shades of Violet Blue #AB68AA

Tints of Violet Blue #AB68AA

Color information

#AB68AA (or 0xAB68AA) is unknown color: approx Violet Blue. HEX triplet: AB, 68 and AA. RGB value is (171,104,170). Sum of RGB (Red+Green+Blue) = 171+104+170=445 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.43% from 445); Green value is 104 (41.02% from 255 or 23.37% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 171 - color contains mainly: red. Hex color #AB68AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB68AA is #549755. Grayscale: #838383. Windows color (decimal): -5543766 or 11167915. OLE color: 11167915.

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

Color convert

RGB171104170-
CMYK00.390.010.33
HSL300.9º28.51%53.92%-
HSV(B)300.9º39.18%67.06%-
XYZ2921.4640.64-
YUV131.56149.7156.13-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.43%
GREEN value IS 104 (41.02% from 255) = 23.37%
BLUE value IS 170 (66.80% from 255) = 38.20%
R=38.43%
G=23.37%
B=38.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110417000.390.010.33300.928.5153.92
HexAB68AA02712112d1d36
Octal2531502520471414553566
Binary101010111101000101010100100111110000110010110111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB68AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB68AA; }

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

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

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

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

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

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

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

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