#A84CB1

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

Shades of Violet Blue #A84CB1

Tints of Violet Blue #A84CB1

Color information

#A84CB1 (or 0xA84CB1) is unknown color: approx Violet Blue. HEX triplet: A8, 4C and B1. RGB value is (168,76,177). Sum of RGB (Red+Green+Blue) = 168+76+177=421 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.90% from 421); Green value is 76 (30.08% from 255 or 18.05% from 421); Blue value is 177 (69.53% from 255 or 42.04% from 421); Max value from RGB is 177 - color contains mainly: blue. Hex color #A84CB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A84CB1 is #57B34E. Grayscale: #727272. Windows color (decimal): -5747535 or 11619496. OLE color: 11619496.

HSL color Cylindrical-coordinate representation of color #A84CB1: hue angle of 294.65º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A84CB1 is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16876177-
CMYK0.050.5700.31
HSL294.65º39.92%49.61%-
HSV(B)294.65º57.06%69.41%-
XYZ26.6716.6743.41-
YUV115.02162.98165.79-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.90%
GREEN value IS 76 (30.08% from 255) = 18.05%
BLUE value IS 177 (69.53% from 255) = 42.04%
R=39.90%
G=18.05%
B=42.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal168761770.050.5700.31294.6539.9249.61
HexA84CB153901F1272832
Octal2501142615710374475062
Binary10101000100110010110001101111001011111100100111101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84CB1; }

 p { color: rgb(168,76,177); }

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

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

 a { background-color: rgb(168,76,177); }

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

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

 span { border-color: rgb(168,76,177); }

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