#A671AE

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

Shades of Violet Blue #A671AE

Tints of Violet Blue #A671AE

Color information

#A671AE (or 0xA671AE) is unknown color: approx Violet Blue. HEX triplet: A6, 71 and AE. RGB value is (166,113,174). Sum of RGB (Red+Green+Blue) = 166+113+174=453 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.64% from 453); Green value is 113 (44.53% from 255 or 24.94% from 453); Blue value is 174 (68.36% from 255 or 38.41% from 453); Max value from RGB is 174 - color contains mainly: blue. Hex color #A671AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A671AE is #598E51. Grayscale: #878787. Windows color (decimal): -5869138 or 11432358. OLE color: 11432358.

HSL color Cylindrical-coordinate representation of color #A671AE: hue angle of 292.13º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A671AE is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB166113174-
CMYK0.050.3500.32
HSL292.13º27.35%56.27%-
HSV(B)292.13º35.06%68.24%-
XYZ29.2722.9742.94-
YUV135.8149.56149.54-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.64%
GREEN value IS 113 (44.53% from 255) = 24.94%
BLUE value IS 174 (68.36% from 255) = 38.41%
R=36.64%
G=24.94%
B=38.41%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1661131740.050.3500.32292.1327.3556.27
HexA671AE5230201241b38
Octal2461612565430404443370
Binary10100110111000110101110101100011010000010010010011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A671AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A671AE; }

 p { color: rgb(166,113,174); }

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

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

 a { background-color: rgb(166,113,174); }

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

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

 span { border-color: rgb(166,113,174); }

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