#A767AC

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

Shades of Violet Blue #A767AC

Tints of Violet Blue #A767AC

Color information

#A767AC (or 0xA767AC) is unknown color: approx Violet Blue. HEX triplet: A7, 67 and AC. RGB value is (167,103,172). Sum of RGB (Red+Green+Blue) = 167+103+172=442 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.78% from 442); Green value is 103 (40.62% from 255 or 23.30% from 442); Blue value is 172 (67.58% from 255 or 38.91% from 442); Max value from RGB is 172 - color contains mainly: blue. Hex color #A767AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A767AC is #589853. Grayscale: #818181. Windows color (decimal): -5806164 or 11298727. OLE color: 11298727.

HSL color Cylindrical-coordinate representation of color #A767AC: hue angle of 295.65º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A767AC is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB167103172-
CMYK0.030.4000.33
HSL295.65º29.36%53.92%-
HSV(B)295.65º40.12%67.45%-
XYZ28.2320.8941.57-
YUV130151.7154.39-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.78%
GREEN value IS 103 (40.62% from 255) = 23.30%
BLUE value IS 172 (67.58% from 255) = 38.91%
R=37.78%
G=23.30%
B=38.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1671031720.030.4000.33295.6529.3653.92
HexA767AC3280211281d36
Octal2471472543500414503566
Binary1010011111001111010110011101000010000110010100011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A767AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A767AC; }

 p { color: rgb(167,103,172); }

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

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

 a { background-color: rgb(167,103,172); }

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

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

 span { border-color: rgb(167,103,172); }

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