#A267AE

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

Shades of Violet Blue #A267AE

Tints of Violet Blue #A267AE

Color information

#A267AE (or 0xA267AE) is unknown color: approx Violet Blue. HEX triplet: A2, 67 and AE. RGB value is (162,103,174). Sum of RGB (Red+Green+Blue) = 162+103+174=439 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.90% from 439); Green value is 103 (40.62% from 255 or 23.46% from 439); Blue value is 174 (68.36% from 255 or 39.64% from 439); Max value from RGB is 174 - color contains mainly: blue. Hex color #A267AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A267AE is #5D9851. Grayscale: #808080. Windows color (decimal): -6133842 or 11429794. OLE color: 11429794.

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

Color convert

RGB162103174-
CMYK0.070.4100.32
HSL289.86º30.47%54.31%-
HSV(B)289.86º40.8%68.24%-
XYZ27.3920.4442.55-
YUV128.74153.55151.73-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.90%
GREEN value IS 103 (40.62% from 255) = 23.46%
BLUE value IS 174 (68.36% from 255) = 39.64%
R=36.90%
G=23.46%
B=39.64%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1621031740.070.4100.32289.8630.4754.31
HexA267AE7290201221e36
Octal2421472567510404423666
Binary10100010110011110101110111101001010000010010001011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A267AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A267AE; }

 p { color: rgb(162,103,174); }

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

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

 a { background-color: rgb(162,103,174); }

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

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

 span { border-color: rgb(162,103,174); }

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