#A871B2

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

Shades of Violet Blue #A871B2

Tints of Violet Blue #A871B2

Color information

#A871B2 (or 0xA871B2) is unknown color: approx Violet Blue. HEX triplet: A8, 71 and B2. RGB value is (168,113,178). Sum of RGB (Red+Green+Blue) = 168+113+178=459 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.60% from 459); Green value is 113 (44.53% from 255 or 24.62% from 459); Blue value is 178 (69.92% from 255 or 38.78% from 459); Max value from RGB is 178 - color contains mainly: blue. Hex color #A871B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A871B2 is #578E4D. Grayscale: #888888. Windows color (decimal): -5738062 or 11694504. OLE color: 11694504.

HSL color Cylindrical-coordinate representation of color #A871B2: hue angle of 290.77º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A871B2 is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB168113178-
CMYK0.060.3700.30
HSL290.77º29.68%57.06%-
HSV(B)290.77º36.52%69.8%-
XYZ30.0923.3545.04-
YUV136.86151.22150.21-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.60%
GREEN value IS 113 (44.53% from 255) = 24.62%
BLUE value IS 178 (69.92% from 255) = 38.78%
R=36.60%
G=24.62%
B=38.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1681131780.060.3700.30290.7729.6857.06
HexA871B262501E1231e39
Octal2501612626450364433671
Binary1010100011100011011001011010010101111010010001111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A871B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A871B2; }

 p { color: rgb(168,113,178); }

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

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

 a { background-color: rgb(168,113,178); }

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

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

 span { border-color: rgb(168,113,178); }

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