#A862AD

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

Shades of Violet Blue #A862AD

Tints of Violet Blue #A862AD

Color information

#A862AD (or 0xA862AD) is unknown color: approx Violet Blue. HEX triplet: A8, 62 and AD. RGB value is (168,98,173). Sum of RGB (Red+Green+Blue) = 168+98+173=439 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.27% from 439); Green value is 98 (38.67% from 255 or 22.32% from 439); Blue value is 173 (67.97% from 255 or 39.41% from 439); Max value from RGB is 173 - color contains mainly: blue. Hex color #A862AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A862AD is #579D52. Grayscale: #7F7F7F. Windows color (decimal): -5741907 or 11362984. OLE color: 11362984.

HSL color Cylindrical-coordinate representation of color #A862AD: hue angle of 296º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A862AD is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16898173-
CMYK0.030.4300.32
HSL296º31.38%53.14%-
HSV(B)296º43.35%67.84%-
XYZ28.0620.0841.93-
YUV127.48153.69156.9-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.27%
GREEN value IS 98 (38.67% from 255) = 22.32%
BLUE value IS 173 (67.97% from 255) = 39.41%
R=38.27%
G=22.32%
B=39.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal168981730.030.4300.3229631.3853.14
HexA862AD32B0201281f35
Octal2501422553530404503765
Binary1010100011000101010110111101011010000010010100011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A862AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A862AD; }

 p { color: rgb(168,98,173); }

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

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

 a { background-color: rgb(168,98,173); }

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

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

 span { border-color: rgb(168,98,173); }

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