#A847AA

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

Shades of Violet Blue #A847AA

Tints of Violet Blue #A847AA

Color information

#A847AA (or 0xA847AA) is unknown color: approx Violet Blue. HEX triplet: A8, 47 and AA. RGB value is (168,71,170). Sum of RGB (Red+Green+Blue) = 168+71+170=409 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.08% from 409); Green value is 71 (28.12% from 255 or 17.36% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 170 - color contains mainly: blue. Hex color #A847AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A847AA is #57B855. Grayscale: #6E6E6E. Windows color (decimal): -5748822 or 11159464. OLE color: 11159464.

HSL color Cylindrical-coordinate representation of color #A847AA: hue angle of 298.79º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A847AA is Cyan = 0.01, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16871170-
CMYK0.010.5800.33
HSL298.79º41.08%47.25%-
HSV(B)298.79º58.24%66.67%-
XYZ25.6615.7339.71-
YUV111.29161.14168.45-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.08%
GREEN value IS 71 (28.12% from 255) = 17.36%
BLUE value IS 170 (66.80% from 255) = 41.56%
R=41.08%
G=17.36%
B=41.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal168711700.010.5800.33298.7941.0847.25
HexA847AA13A02112b292f
Octal2501072521720414535157
Binary1010100010001111010101011110100100001100101011101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A847AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A847AA; }

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

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

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

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

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

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

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

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