#A75CAB

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

Shades of Violet Blue #A75CAB

Tints of Violet Blue #A75CAB

Color information

#A75CAB (or 0xA75CAB) is unknown color: approx Violet Blue. HEX triplet: A7, 5C and AB. RGB value is (167,92,171). Sum of RGB (Red+Green+Blue) = 167+92+171=430 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.84% from 430); Green value is 92 (36.33% from 255 or 21.40% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 171 - color contains mainly: blue. Hex color #A75CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75CAB is #58A354. Grayscale: #7B7B7B. Windows color (decimal): -5808981 or 11230375. OLE color: 11230375.

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

Color convert

RGB16792171-
CMYK0.020.4600.33
HSL296.96º31.98%51.57%-
HSV(B)296.96º46.2%67.06%-
XYZ27.1118.8140.73-
YUV123.43154.85159.08-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.84%
GREEN value IS 92 (36.33% from 255) = 21.40%
BLUE value IS 171 (67.19% from 255) = 39.77%
R=38.84%
G=21.40%
B=39.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal167921710.020.4600.33296.9631.9851.57
HexA75CAB22E0211292034
Octal2471342532560414514064
Binary10100111101110010101011101011100100001100101001100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75CAB; }

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

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

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

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

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

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

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

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