#A861AF

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

Shades of Violet Blue #A861AF

Tints of Violet Blue #A861AF

Color information

#A861AF (or 0xA861AF) is unknown color: approx Violet Blue. HEX triplet: A8, 61 and AF. RGB value is (168,97,175). Sum of RGB (Red+Green+Blue) = 168+97+175=440 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.18% from 440); Green value is 97 (38.28% from 255 or 22.05% from 440); Blue value is 175 (68.75% from 255 or 39.77% from 440); Max value from RGB is 175 - color contains mainly: blue. Hex color #A861AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A861AF is #579E50. Grayscale: #7E7E7E. Windows color (decimal): -5742161 or 11493800. OLE color: 11493800.

HSL color Cylindrical-coordinate representation of color #A861AF: hue angle of 294.62º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A861AF is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16897175-
CMYK0.040.4500.31
HSL294.62º32.77%53.33%-
HSV(B)294.62º44.57%68.63%-
XYZ28.1619.9742.93-
YUV127.12155.02157.16-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.18%
GREEN value IS 97 (38.28% from 255) = 22.05%
BLUE value IS 175 (68.75% from 255) = 39.77%
R=38.18%
G=22.05%
B=39.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal168971750.040.4500.31294.6232.7753.33
HexA861AF42D01F1272135
Octal2501412574550374474165
Binary10101000110000110101111100101101011111100100111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A861AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A861AF; }

 p { color: rgb(168,97,175); }

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

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

 a { background-color: rgb(168,97,175); }

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

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

 span { border-color: rgb(168,97,175); }

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