#A265AD

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

Shades of Violet Blue #A265AD

Tints of Violet Blue #A265AD

Color information

#A265AD (or 0xA265AD) is unknown color: approx Violet Blue. HEX triplet: A2, 65 and AD. RGB value is (162,101,173). Sum of RGB (Red+Green+Blue) = 162+101+173=436 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.16% from 436); Green value is 101 (39.84% from 255 or 23.17% from 436); Blue value is 173 (67.97% from 255 or 39.68% from 436); Max value from RGB is 173 - color contains mainly: blue. Hex color #A265AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A265AD is #5D9A52. Grayscale: #7F7F7F. Windows color (decimal): -6134355 or 11363746. OLE color: 11363746.

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

Color convert

RGB162101173-
CMYK0.060.4200.32
HSL290.83º30.51%53.73%-
HSV(B)290.83º41.62%67.84%-
XYZ27.120.0141.97-
YUV127.45153.71152.65-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.16%
GREEN value IS 101 (39.84% from 255) = 23.17%
BLUE value IS 173 (67.97% from 255) = 39.68%
R=37.16%
G=23.17%
B=39.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1621011730.060.4200.32290.8330.5153.73
HexA265AD62A0201231f36
Octal2421452556520404433766
Binary10100010110010110101101110101010010000010010001111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A265AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A265AD; }

 p { color: rgb(162,101,173); }

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

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

 a { background-color: rgb(162,101,173); }

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

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

 span { border-color: rgb(162,101,173); }

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