#AB68A5

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

Shades of Violet Blue #AB68A5

Tints of Violet Blue #AB68A5

Color information

#AB68A5 (or 0xAB68A5) is unknown color: approx Violet Blue. HEX triplet: AB, 68 and A5. RGB value is (171,104,165). Sum of RGB (Red+Green+Blue) = 171+104+165=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 104 (41.02% from 255 or 23.64% from 440); Blue value is 165 (64.84% from 255 or 37.5% from 440); Max value from RGB is 171 - color contains mainly: red. Hex color #AB68A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB68A5 is #54975A. Grayscale: #828282. Windows color (decimal): -5543771 or 10840235. OLE color: 10840235.

HSL color Cylindrical-coordinate representation of color #AB68A5: hue angle of 305.37º 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 #AB68A5 is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB171104165-
CMYK00.390.040.33
HSL305.37º28.51%53.92%-
HSV(B)305.37º39.18%67.06%-
XYZ28.5421.2838.2-
YUV130.99147.2156.54-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.86%
GREEN value IS 104 (41.02% from 255) = 23.64%
BLUE value IS 165 (64.84% from 255) = 37.5%
R=38.86%
G=23.64%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110416500.390.040.33305.3728.5153.92
HexAB68A50274211311d36
Octal2531502450474414613566
Binary10101011110100010100101010011110010000110011000111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB68A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB68A5; }

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

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

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

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

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

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

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

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