#A75CAF

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

Shades of Violet Blue #A75CAF

Tints of Violet Blue #A75CAF

Color information

#A75CAF (or 0xA75CAF) is unknown color: approx Violet Blue. HEX triplet: A7, 5C and AF. RGB value is (167,92,175). Sum of RGB (Red+Green+Blue) = 167+92+175=434 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.48% from 434); Green value is 92 (36.33% from 255 or 21.20% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 175 - color contains mainly: blue. Hex color #A75CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75CAF is #58A350. Grayscale: #7B7B7B. Windows color (decimal): -5808977 or 11492519. OLE color: 11492519.

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

Color convert

RGB16792175-
CMYK0.050.4700.31
HSL294.22º34.16%52.35%-
HSV(B)294.22º47.43%68.63%-
XYZ27.518.9642.77-
YUV123.89156.85158.75-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.48%
GREEN value IS 92 (36.33% from 255) = 21.20%
BLUE value IS 175 (68.75% from 255) = 40.32%
R=38.48%
G=21.20%
B=40.32%

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
Decimal167921750.050.4700.31294.2234.1652.35
HexA75CAF52F01F1262234
Octal2471342575570374464264
Binary10100111101110010101111101101111011111100100110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75CAF; }

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

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

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

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

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

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

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

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