#A265B0

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

Shades of Violet Blue #A265B0

Tints of Violet Blue #A265B0

Color information

#A265B0 (or 0xA265B0) is unknown color: approx Violet Blue. HEX triplet: A2, 65 and B0. RGB value is (162,101,176). Sum of RGB (Red+Green+Blue) = 162+101+176=439 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.90% from 439); Green value is 101 (39.84% from 255 or 23.01% from 439); Blue value is 176 (69.14% from 255 or 40.09% from 439); Max value from RGB is 176 - color contains mainly: blue. Hex color #A265B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A265B0 is #5D9A4F. Grayscale: #7F7F7F. Windows color (decimal): -6134352 or 11560354. OLE color: 11560354.

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

Color convert

RGB162101176-
CMYK0.080.4300.31
HSL288.8º32.19%54.31%-
HSV(B)288.8º42.61%69.02%-
XYZ27.3920.1243.51-
YUV127.79155.21152.4-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.90%
GREEN value IS 101 (39.84% from 255) = 23.01%
BLUE value IS 176 (69.14% from 255) = 40.09%
R=36.90%
G=23.01%
B=40.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1621011760.080.4300.31288.832.1954.31
HexA265B082B01F1212036
Octal24214526010530374414066
Binary101000101100101101100001000101011011111100100001100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A265B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A265B0; }

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

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

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

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

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

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

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

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