#A75CB1

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

Shades of Violet Blue #A75CB1

Tints of Violet Blue #A75CB1

Color information

#A75CB1 (or 0xA75CB1) is unknown color: approx Violet Blue. HEX triplet: A7, 5C and B1. RGB value is (167,92,177). Sum of RGB (Red+Green+Blue) = 167+92+177=436 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.30% from 436); Green value is 92 (36.33% from 255 or 21.10% from 436); Blue value is 177 (69.53% from 255 or 40.60% from 436); Max value from RGB is 177 - color contains mainly: blue. Hex color #A75CB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75CB1 is #58A34E. Grayscale: #7B7B7B. Windows color (decimal): -5808975 or 11623591. OLE color: 11623591.

HSL color Cylindrical-coordinate representation of color #A75CB1: hue angle of 292.94º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A75CB1 is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16792177-
CMYK0.060.4800.31
HSL292.94º35.27%52.75%-
HSV(B)292.94º48.02%69.41%-
XYZ27.719.0443.81-
YUV124.12157.85158.59-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.30%
GREEN value IS 92 (36.33% from 255) = 21.10%
BLUE value IS 177 (69.53% from 255) = 40.60%
R=38.30%
G=21.10%
B=40.60%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal167921770.060.4800.31292.9435.2752.75
HexA75CB163001F1252335
Octal2471342616600374454365
Binary10100111101110010110001110110000011111100100101100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75CB1; }

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

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

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

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

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

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

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

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