#A75BB2

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

Shades of Violet Blue #A75BB2

Tints of Violet Blue #A75BB2

Color information

#A75BB2 (or 0xA75BB2) is unknown color: approx Violet Blue. HEX triplet: A7, 5B and B2. RGB value is (167,91,178). Sum of RGB (Red+Green+Blue) = 167+91+178=436 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.30% from 436); Green value is 91 (35.94% from 255 or 20.87% from 436); Blue value is 178 (69.92% from 255 or 40.83% from 436); Max value from RGB is 178 - color contains mainly: blue. Hex color #A75BB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75BB2 is #58A44D. Grayscale: #7B7B7B. Windows color (decimal): -5809230 or 11688871. OLE color: 11688871.

HSL color Cylindrical-coordinate representation of color #A75BB2: hue angle of 292.41º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A75BB2 is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB16791178-
CMYK0.060.4900.30
HSL292.41º36.1%52.75%-
HSV(B)292.41º48.88%69.8%-
XYZ27.7118.9144.31-
YUV123.64158.68158.93-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.30%
GREEN value IS 91 (35.94% from 255) = 20.87%
BLUE value IS 178 (69.92% from 255) = 40.83%
R=38.30%
G=20.87%
B=40.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal167911780.060.4900.30292.4136.152.75
HexA75BB263101E1242435
Octal2471332626610364444465
Binary10100111101101110110010110110001011110100100100100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75BB2; }

 p { color: rgb(167,91,178); }

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

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

 a { background-color: rgb(167,91,178); }

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

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

 span { border-color: rgb(167,91,178); }

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