#a870ae

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

Shades of Violet Blue #A870AE

Tints of Violet Blue #A870AE

Color information

#A870AE (or 0xA870AE) is unknown color: approx Violet Blue. HEX triplet: A8, 70 and AE. RGB value is (168,112,174). Sum of RGB (Red+Green+Blue) = 168+112+174=454 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.00% from 454); Green value is 112 (44.14% from 255 or 24.67% from 454); Blue value is 174 (68.36% from 255 or 38.33% from 454); Max value from RGB is 174 - color contains mainly: blue. Hex color #A870AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A870AE is #578F51. Grayscale: #878787. Windows color (decimal): -5738322 or 11432104. OLE color: 11432104.

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

Color convert

RGB168112174-
CMYK0.030.3600.32
HSL294.19º27.68%56.08%-
HSV(B)294.19º35.63%68.24%-
XYZ29.5822.9742.92-
YUV135.81149.55150.96-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.00%
GREEN value IS 112 (44.14% from 255) = 24.67%
BLUE value IS 174 (68.36% from 255) = 38.33%
R=37.00%
G=24.67%
B=38.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1681121740.030.3600.32294.1927.6856.08
HexA870AE3240201261c38
Octal2501602563440404463470
Binary1010100011100001010111011100100010000010010011011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a870ae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a870ae; }

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

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

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

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

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

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

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

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