#A672AF

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

Shades of Violet Blue #A672AF

Tints of Violet Blue #A672AF

Color information

#A672AF (or 0xA672AF) is unknown color: approx Violet Blue. HEX triplet: A6, 72 and AF. RGB value is (166,114,175). Sum of RGB (Red+Green+Blue) = 166+114+175=455 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.48% from 455); Green value is 114 (44.92% from 255 or 25.05% from 455); Blue value is 175 (68.75% from 255 or 38.46% from 455); Max value from RGB is 175 - color contains mainly: blue. Hex color #A672AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A672AF is #598D50. Grayscale: #888888. Windows color (decimal): -5868881 or 11498150. OLE color: 11498150.

HSL color Cylindrical-coordinate representation of color #A672AF: hue angle of 291.15º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A672AF is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB166114175-
CMYK0.050.3500.31
HSL291.15º27.6%56.67%-
HSV(B)291.15º34.86%68.63%-
XYZ29.4823.2443.49-
YUV136.5149.73149.04-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.48%
GREEN value IS 114 (44.92% from 255) = 25.05%
BLUE value IS 175 (68.75% from 255) = 38.46%
R=36.48%
G=25.05%
B=38.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1661141750.050.3500.31291.1527.656.67
HexA672AF52301F1231c39
Octal2461622575430374433471
Binary1010011011100101010111110110001101111110010001111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A672AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A672AF; }

 p { color: rgb(166,114,175); }

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

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

 a { background-color: rgb(166,114,175); }

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

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

 span { border-color: rgb(166,114,175); }

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