#A667AB

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

Shades of Violet Blue #A667AB

Tints of Violet Blue #A667AB

Color information

#A667AB (or 0xA667AB) is unknown color: approx Violet Blue. HEX triplet: A6, 67 and AB. RGB value is (166,103,171). Sum of RGB (Red+Green+Blue) = 166+103+171=440 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.73% from 440); Green value is 103 (40.62% from 255 or 23.41% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 171 - color contains mainly: blue. Hex color #A667AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A667AB is #599854. Grayscale: #818181. Windows color (decimal): -5871701 or 11233190. OLE color: 11233190.

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

Color convert

RGB166103171-
CMYK0.030.4000.33
HSL295.59º28.81%53.73%-
HSV(B)295.59º39.77%67.06%-
XYZ27.9320.7541.06-
YUV129.59151.37153.97-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.73%
GREEN value IS 103 (40.62% from 255) = 23.41%
BLUE value IS 171 (67.19% from 255) = 38.86%
R=37.73%
G=23.41%
B=38.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661031710.030.4000.33295.5928.8153.73
HexA667AB3280211281d36
Octal2461472533500414503566
Binary1010011011001111010101111101000010000110010100011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A667AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A667AB; }

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

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

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

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

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

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

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

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