#A753B0

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

Shades of Violet Blue #A753B0

Tints of Violet Blue #A753B0

Color information

#A753B0 (or 0xA753B0) is unknown color: approx Violet Blue. HEX triplet: A7, 53 and B0. RGB value is (167,83,176). Sum of RGB (Red+Green+Blue) = 167+83+176=426 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.20% from 426); Green value is 83 (32.81% from 255 or 19.48% from 426); Blue value is 176 (69.14% from 255 or 41.31% from 426); Max value from RGB is 176 - color contains mainly: blue. Hex color #A753B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A753B0 is #58AC4F. Grayscale: #767676. Windows color (decimal): -5811280 or 11555751. OLE color: 11555751.

HSL color Cylindrical-coordinate representation of color #A753B0: hue angle of 294.19º degrees, saturation: 0.37, 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 #A753B0 is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16783176-
CMYK0.050.5300.31
HSL294.19º37.05%50.78%-
HSV(B)294.19º52.84%69.02%-
XYZ26.8717.5443.04-
YUV118.72160.33162.44-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.20%
GREEN value IS 83 (32.81% from 255) = 19.48%
BLUE value IS 176 (69.14% from 255) = 41.31%
R=39.20%
G=19.48%
B=41.31%

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
Decimal167831760.050.5300.31294.1937.0550.78
HexA753B053501F1262533
Octal2471232605650374464563
Binary10100111101001110110000101110101011111100100110100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A753B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A753B0; }

 p { color: rgb(167,83,176); }

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

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

 a { background-color: rgb(167,83,176); }

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

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

 span { border-color: rgb(167,83,176); }

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