#A75BB1

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

Shades of Violet Blue #A75BB1

Tints of Violet Blue #A75BB1

Color information

#A75BB1 (or 0xA75BB1) is unknown color: approx Violet Blue. HEX triplet: A7, 5B and B1. RGB value is (167,91,177). Sum of RGB (Red+Green+Blue) = 167+91+177=435 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.39% from 435); Green value is 91 (35.94% from 255 or 20.92% from 435); Blue value is 177 (69.53% from 255 or 40.69% from 435); Max value from RGB is 177 - color contains mainly: blue. Hex color #A75BB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75BB1 is #58A44E. Grayscale: #7B7B7B. Windows color (decimal): -5809231 or 11623335. OLE color: 11623335.

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

Color convert

RGB16791177-
CMYK0.060.4900.31
HSL293.02º35.54%52.55%-
HSV(B)293.02º48.59%69.41%-
XYZ27.6118.8743.78-
YUV123.53158.18159.01-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.39%
GREEN value IS 91 (35.94% from 255) = 20.92%
BLUE value IS 177 (69.53% from 255) = 40.69%
R=38.39%
G=20.92%
B=40.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal167911770.060.4900.31293.0235.5452.55
HexA75BB163101F1252435
Octal2471332616610374454465
Binary10100111101101110110001110110001011111100100101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75BB1; }

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

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

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

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

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

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

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

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