#A765AA

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

Shades of Violet Blue #A765AA

Tints of Violet Blue #A765AA

Color information

#A765AA (or 0xA765AA) is unknown color: approx Violet Blue. HEX triplet: A7, 65 and AA. RGB value is (167,101,170). Sum of RGB (Red+Green+Blue) = 167+101+170=438 (58% of max value = 765). Red value is 167 (65.62% from 255 or 38.13% from 438); Green value is 101 (39.84% from 255 or 23.06% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 170 - color contains mainly: blue. Hex color #A765AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A765AA is #589A55. Grayscale: #808080. Windows color (decimal): -5806678 or 11167143. OLE color: 11167143.

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

Color convert

RGB167101170-
CMYK0.020.4100.33
HSL297.39º28.87%53.14%-
HSV(B)297.39º40.59%66.67%-
XYZ27.8520.4340.51-
YUV128.6151.37155.39-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.13%
GREEN value IS 101 (39.84% from 255) = 23.06%
BLUE value IS 170 (66.80% from 255) = 38.81%
R=38.13%
G=23.06%
B=38.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1671011700.020.4100.33297.3928.8753.14
HexA765AA2290211291d35
Octal2471452522510414513565
Binary1010011111001011010101010101001010000110010100111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A765AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A765AA; }

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

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

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

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

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

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

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

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