#A75CA3

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

Shades of Violet Blue #A75CA3

Tints of Violet Blue #A75CA3

Color information

#A75CA3 (or 0xA75CA3) is unknown color: approx Violet Blue. HEX triplet: A7, 5C and A3. RGB value is (167,92,163). Sum of RGB (Red+Green+Blue) = 167+92+163=422 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.57% from 422); Green value is 92 (36.33% from 255 or 21.80% from 422); Blue value is 163 (64.06% from 255 or 38.63% from 422); Max value from RGB is 167 - color contains mainly: red. Hex color #A75CA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75CA3 is #58A35C. Grayscale: #7A7A7A. Windows color (decimal): -5808989 or 10706087. OLE color: 10706087.

HSL color Cylindrical-coordinate representation of color #A75CA3: hue angle of 303.2º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A75CA3 is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB16792163-
CMYK00.450.020.35
HSL303.2º29.88%50.78%-
HSV(B)303.2º44.91%65.49%-
XYZ26.3718.5136.83-
YUV122.52150.85159.73-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.57%
GREEN value IS 92 (36.33% from 255) = 21.80%
BLUE value IS 163 (64.06% from 255) = 38.63%
R=39.57%
G=21.80%
B=38.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679216300.450.020.35303.229.8850.78
HexA75CA302D22312f1e33
Octal2471342430552434573663
Binary1010011110111001010001101011011010001110010111111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75CA3; }

 p { color: rgb(167,92,163); }

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

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

 a { background-color: rgb(167,92,163); }

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

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

 span { border-color: rgb(167,92,163); }

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