#A75EB1

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

Shades of Violet Blue #A75EB1

Tints of Violet Blue #A75EB1

Color information

#A75EB1 (or 0xA75EB1) is unknown color: approx Violet Blue. HEX triplet: A7, 5E and B1. RGB value is (167,94,177). Sum of RGB (Red+Green+Blue) = 167+94+177=438 (58% of max value = 765). Red value is 167 (65.62% from 255 or 38.13% from 438); Green value is 94 (37.11% from 255 or 21.46% from 438); Blue value is 177 (69.53% from 255 or 40.41% from 438); Max value from RGB is 177 - color contains mainly: blue. Hex color #A75EB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75EB1 is #58A14E. Grayscale: #7D7D7D. Windows color (decimal): -5808463 or 11624103. OLE color: 11624103.

HSL color Cylindrical-coordinate representation of color #A75EB1: hue angle of 292.77º degrees, saturation: 0.35, 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 #A75EB1 is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16794177-
CMYK0.060.4700.31
HSL292.77º34.73%53.14%-
HSV(B)292.77º46.89%69.41%-
XYZ27.8719.443.87-
YUV125.29157.18157.75-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.13%
GREEN value IS 94 (37.11% from 255) = 21.46%
BLUE value IS 177 (69.53% from 255) = 40.41%
R=38.13%
G=21.46%
B=40.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal167941770.060.4700.31292.7734.7353.14
HexA75EB162F01F1252335
Octal2471362616570374454365
Binary10100111101111010110001110101111011111100100101100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75EB1; }

 p { color: rgb(167,94,177); }

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

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

 a { background-color: rgb(167,94,177); }

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

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

 span { border-color: rgb(167,94,177); }

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