#A853B1

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

Shades of Violet Blue #A853B1

Tints of Violet Blue #A853B1

Color information

#A853B1 (or 0xA853B1) is unknown color: approx Violet Blue. HEX triplet: A8, 53 and B1. RGB value is (168,83,177). Sum of RGB (Red+Green+Blue) = 168+83+177=428 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.25% from 428); Green value is 83 (32.81% from 255 or 19.39% from 428); Blue value is 177 (69.53% from 255 or 41.36% from 428); Max value from RGB is 177 - color contains mainly: blue. Hex color #A853B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A853B1 is #57AC4E. Grayscale: #767676. Windows color (decimal): -5745743 or 11621288. OLE color: 11621288.

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

Color convert

RGB16883177-
CMYK0.050.5300.31
HSL294.26º37.6%50.98%-
HSV(B)294.26º53.11%69.41%-
XYZ27.1817.6943.58-
YUV119.13160.66162.86-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.25%
GREEN value IS 83 (32.81% from 255) = 19.39%
BLUE value IS 177 (69.53% from 255) = 41.36%
R=39.25%
G=19.39%
B=41.36%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal168831770.050.5300.31294.2637.650.98
HexA853B153501F1262633
Octal2501232615650374464663
Binary10101000101001110110001101110101011111100100110100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A853B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A853B1; }

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

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

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

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

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

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

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

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