#A750B1

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

Shades of Violet Blue #A750B1

Tints of Violet Blue #A750B1

Color information

#A750B1 (or 0xA750B1) is unknown color: approx Violet Blue. HEX triplet: A7, 50 and B1. RGB value is (167,80,177). Sum of RGB (Red+Green+Blue) = 167+80+177=424 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.39% from 424); Green value is 80 (31.64% from 255 or 18.87% from 424); Blue value is 177 (69.53% from 255 or 41.75% from 424); Max value from RGB is 177 - color contains mainly: blue. Hex color #A750B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A750B1 is #58AF4E. Grayscale: #747474. Windows color (decimal): -5812047 or 11620519. OLE color: 11620519.

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

Color convert

RGB16780177-
CMYK0.060.5500.31
HSL293.81º38.34%50.39%-
HSV(B)293.81º54.8%69.41%-
XYZ26.7417.1343.49-
YUV117.07161.82163.61-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.39%
GREEN value IS 80 (31.64% from 255) = 18.87%
BLUE value IS 177 (69.53% from 255) = 41.75%
R=39.39%
G=18.87%
B=41.75%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal167801770.060.5500.31293.8138.3450.39
HexA750B163701F1262632
Octal2471202616670374464662
Binary10100111101000010110001110110111011111100100110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A750B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A750B1; }

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

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

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

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

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

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

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

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