#A75EAC

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

Shades of Violet Blue #A75EAC

Tints of Violet Blue #A75EAC

Color information

#A75EAC (or 0xA75EAC) is unknown color: approx Violet Blue. HEX triplet: A7, 5E and AC. RGB value is (167,94,172). Sum of RGB (Red+Green+Blue) = 167+94+172=433 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.57% from 433); Green value is 94 (37.11% from 255 or 21.71% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 172 - color contains mainly: blue. Hex color #A75EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75EAC is #58A153. Grayscale: #7C7C7C. Windows color (decimal): -5808468 or 11296423. OLE color: 11296423.

HSL color Cylindrical-coordinate representation of color #A75EAC: hue angle of 296.15º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A75EAC is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16794172-
CMYK0.030.4500.33
HSL296.15º31.97%52.16%-
HSV(B)296.15º45.35%67.45%-
XYZ27.3919.241.29-
YUV124.72154.68158.16-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.57%
GREEN value IS 94 (37.11% from 255) = 21.71%
BLUE value IS 172 (67.58% from 255) = 39.72%
R=38.57%
G=21.71%
B=39.72%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal167941720.030.4500.33296.1531.9752.16
HexA75EAC32D0211282034
Octal2471362543550414504064
Binary10100111101111010101100111011010100001100101000100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75EAC; }

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

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

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

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

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

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

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

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