#A75CA1

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

Shades of Violet Blue #A75CA1

Tints of Violet Blue #A75CA1

Color information

#A75CA1 (or 0xA75CA1) is unknown color: approx Violet Blue. HEX triplet: A7, 5C and A1. RGB value is (167,92,161). Sum of RGB (Red+Green+Blue) = 167+92+161=420 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.76% from 420); Green value is 92 (36.33% from 255 or 21.90% from 420); Blue value is 161 (63.28% from 255 or 38.33% from 420); Max value from RGB is 167 - color contains mainly: red. Hex color #A75CA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75CA1 is #58A35E. Grayscale: #7A7A7A. Windows color (decimal): -5808991 or 10575015. OLE color: 10575015.

HSL color Cylindrical-coordinate representation of color #A75CA1: hue angle of 304.8º 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 #A75CA1 is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB16792161-
CMYK00.450.040.35
HSL304.8º29.88%50.78%-
HSV(B)304.8º44.91%65.49%-
XYZ26.218.4435.9-
YUV122.29149.85159.89-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.76%
GREEN value IS 92 (36.33% from 255) = 21.90%
BLUE value IS 161 (63.28% from 255) = 38.33%
R=39.76%
G=21.90%
B=38.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679216100.450.040.35304.829.8850.78
HexA75CA102D4231311e33
Octal2471342410554434613663
Binary10100111101110010100001010110110010001110011000111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75CA1; }

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

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

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

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

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

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

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

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