#A067AB

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

Shades of Violet Blue #A067AB

Tints of Violet Blue #A067AB

Color information

#A067AB (or 0xA067AB) is unknown color: approx Violet Blue. HEX triplet: A0, 67 and AB. RGB value is (160,103,171). Sum of RGB (Red+Green+Blue) = 160+103+171=434 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.87% from 434); Green value is 103 (40.62% from 255 or 23.73% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 171 - color contains mainly: blue. Hex color #A067AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A067AB is #5F9854. Grayscale: #7F7F7F. Windows color (decimal): -6264917 or 11233184. OLE color: 11233184.

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

Color convert

RGB160103171-
CMYK0.060.4000.33
HSL290.29º28.81%53.73%-
HSV(B)290.29º39.77%67.06%-
XYZ26.720.1141-
YUV127.79152.38150.97-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.87%
GREEN value IS 103 (40.62% from 255) = 23.73%
BLUE value IS 171 (67.19% from 255) = 39.40%
R=36.87%
G=23.73%
B=39.40%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601031710.060.4000.33290.2928.8153.73
HexA067AB6280211221d36
Octal2401472536500414423566
Binary10100000110011110101011110101000010000110010001011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A067AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A067AB; }

 p { color: rgb(160,103,171); }

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

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

 a { background-color: rgb(160,103,171); }

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

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

 span { border-color: rgb(160,103,171); }

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