#A768B1

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

Shades of Violet Blue #A768B1

Tints of Violet Blue #A768B1

Color information

#A768B1 (or 0xA768B1) is unknown color: approx Violet Blue. HEX triplet: A7, 68 and B1. RGB value is (167,104,177). Sum of RGB (Red+Green+Blue) = 167+104+177=448 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.28% from 448); Green value is 104 (41.02% from 255 or 23.21% from 448); Blue value is 177 (69.53% from 255 or 39.51% from 448); Max value from RGB is 177 - color contains mainly: blue. Hex color #A768B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A768B1 is #58974E. Grayscale: #828282. Windows color (decimal): -5805903 or 11626663. OLE color: 11626663.

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

Color convert

RGB167104177-
CMYK0.060.4100.31
HSL291.78º31.88%55.1%-
HSV(B)291.78º41.24%69.41%-
XYZ28.8221.2944.19-
YUV131.16153.87153.56-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.28%
GREEN value IS 104 (41.02% from 255) = 23.21%
BLUE value IS 177 (69.53% from 255) = 39.51%
R=37.28%
G=23.21%
B=39.51%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1671041770.060.4100.31291.7831.8855.1
HexA768B162901F1242037
Octal2471502616510374444067
Binary10100111110100010110001110101001011111100100100100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A768B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A768B1; }

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

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

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

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

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

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

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

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