#A847AD

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

Shades of Violet Blue #A847AD

Tints of Violet Blue #A847AD

Color information

#A847AD (or 0xA847AD) is unknown color: approx Violet Blue. HEX triplet: A8, 47 and AD. RGB value is (168,71,173). Sum of RGB (Red+Green+Blue) = 168+71+173=412 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.78% from 412); Green value is 71 (28.12% from 255 or 17.23% from 412); Blue value is 173 (67.97% from 255 or 41.99% from 412); Max value from RGB is 173 - color contains mainly: blue. Hex color #A847AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A847AD is #57B852. Grayscale: #6F6F6F. Windows color (decimal): -5748819 or 11356072. OLE color: 11356072.

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

Color convert

RGB16871173-
CMYK0.030.5900.32
HSL297.06º41.8%47.84%-
HSV(B)297.06º58.96%67.84%-
XYZ25.9415.8541.23-
YUV111.63162.64168.21-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.78%
GREEN value IS 71 (28.12% from 255) = 17.23%
BLUE value IS 173 (67.97% from 255) = 41.99%
R=40.78%
G=17.23%
B=41.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal168711730.030.5900.32297.0641.847.84
HexA847AD33B0201292a30
Octal2501072553730404515260
Binary10101000100011110101101111110110100000100101001101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A847AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A847AD; }

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

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

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

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

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

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

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

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