#A767AA

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

Shades of Violet Blue #A767AA

Tints of Violet Blue #A767AA

Color information

#A767AA (or 0xA767AA) is unknown color: approx Violet Blue. HEX triplet: A7, 67 and AA. RGB value is (167,103,170). Sum of RGB (Red+Green+Blue) = 167+103+170=440 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.95% from 440); Green value is 103 (40.62% from 255 or 23.41% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 170 - color contains mainly: blue. Hex color #A767AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A767AA is #589855. Grayscale: #818181. Windows color (decimal): -5806166 or 11167655. OLE color: 11167655.

HSL color Cylindrical-coordinate representation of color #A767AA: hue angle of 297.31º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A767AA is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB167103170-
CMYK0.020.3900.33
HSL297.31º28.27%53.53%-
HSV(B)297.31º39.41%66.67%-
XYZ28.0420.8240.57-
YUV129.77150.7154.55-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.95%
GREEN value IS 103 (40.62% from 255) = 23.41%
BLUE value IS 170 (66.80% from 255) = 38.64%
R=37.95%
G=23.41%
B=38.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1671031700.020.3900.33297.3128.2753.53
HexA767AA2270211291c36
Octal2471472522470414513466
Binary1010011111001111010101010100111010000110010100111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A767AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A767AA; }

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

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

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

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

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

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

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

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