#A768B3

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

Shades of Violet Blue #A768B3

Tints of Violet Blue #A768B3

Color information

#A768B3 (or 0xA768B3) is unknown color: approx Violet Blue. HEX triplet: A7, 68 and B3. RGB value is (167,104,179). Sum of RGB (Red+Green+Blue) = 167+104+179=450 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.11% from 450); Green value is 104 (41.02% from 255 or 23.11% from 450); Blue value is 179 (70.31% from 255 or 39.78% from 450); Max value from RGB is 179 - color contains mainly: blue. Hex color #A768B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A768B3 is #58974C. Grayscale: #838383. Windows color (decimal): -5805901 or 11757735. OLE color: 11757735.

HSL color Cylindrical-coordinate representation of color #A768B3: hue angle of 290.4º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A768B3 is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB167104179-
CMYK0.070.4200.30
HSL290.4º33.04%55.49%-
HSV(B)290.4º41.9%70.2%-
XYZ29.0221.3745.24-
YUV131.39154.87153.4-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.11%
GREEN value IS 104 (41.02% from 255) = 23.11%
BLUE value IS 179 (70.31% from 255) = 39.78%
R=37.11%
G=23.11%
B=39.78%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1671041790.070.4200.30290.433.0455.49
HexA768B372A01E1222137
Octal2471502637520364424167
Binary10100111110100010110011111101010011110100100010100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A768B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A768B3; }

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

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

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

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

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

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

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

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