#A75DB0

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

Shades of Violet Blue #A75DB0

Tints of Violet Blue #A75DB0

Color information

#A75DB0 (or 0xA75DB0) is unknown color: approx Violet Blue. HEX triplet: A7, 5D and B0. RGB value is (167,93,176). Sum of RGB (Red+Green+Blue) = 167+93+176=436 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.30% from 436); Green value is 93 (36.72% from 255 or 21.33% from 436); Blue value is 176 (69.14% from 255 or 40.37% from 436); Max value from RGB is 176 - color contains mainly: blue. Hex color #A75DB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75DB0 is #58A24F. Grayscale: #7C7C7C. Windows color (decimal): -5808720 or 11558311. OLE color: 11558311.

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

Color convert

RGB16793176-
CMYK0.050.4700.31
HSL293.49º34.44%52.75%-
HSV(B)293.49º47.16%69.02%-
XYZ27.6919.1843.32-
YUV124.59157.02158.25-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.30%
GREEN value IS 93 (36.72% from 255) = 21.33%
BLUE value IS 176 (69.14% from 255) = 40.37%
R=38.30%
G=21.33%
B=40.37%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal167931760.050.4700.31293.4934.4452.75
HexA75DB052F01F1252235
Octal2471352605570374454265
Binary10100111101110110110000101101111011111100100101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75DB0; }

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

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

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

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

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

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

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

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