#A862AE

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

Shades of Violet Blue #A862AE

Tints of Violet Blue #A862AE

Color information

#A862AE (or 0xA862AE) is unknown color: approx Violet Blue. HEX triplet: A8, 62 and AE. RGB value is (168,98,174). Sum of RGB (Red+Green+Blue) = 168+98+174=440 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.18% from 440); Green value is 98 (38.67% from 255 or 22.27% from 440); Blue value is 174 (68.36% from 255 or 39.55% from 440); Max value from RGB is 174 - color contains mainly: blue. Hex color #A862AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A862AE is #579D51. Grayscale: #7F7F7F. Windows color (decimal): -5741906 or 11428520. OLE color: 11428520.

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

Color convert

RGB16898174-
CMYK0.030.4400.32
HSL295.26º31.93%53.33%-
HSV(B)295.26º43.68%68.24%-
XYZ28.1620.1242.44-
YUV127.59154.19156.82-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.18%
GREEN value IS 98 (38.67% from 255) = 22.27%
BLUE value IS 174 (68.36% from 255) = 39.55%
R=38.18%
G=22.27%
B=39.55%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal168981740.030.4400.32295.2631.9353.33
HexA862AE32C0201272035
Octal2501422563540404474065
Binary10101000110001010101110111011000100000100100111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A862AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A862AE; }

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

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

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

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

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

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

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

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