#A267AB

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

Shades of Violet Blue #A267AB

Tints of Violet Blue #A267AB

Color information

#A267AB (or 0xA267AB) is unknown color: approx Violet Blue. HEX triplet: A2, 67 and AB. RGB value is (162,103,171). Sum of RGB (Red+Green+Blue) = 162+103+171=436 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.16% from 436); Green value is 103 (40.62% from 255 or 23.62% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 171 - color contains mainly: blue. Hex color #A267AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A267AB is #5D9854. Grayscale: #808080. Windows color (decimal): -6133845 or 11233186. OLE color: 11233186.

HSL color Cylindrical-coordinate representation of color #A267AB: hue angle of 292.06º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A267AB is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB162103171-
CMYK0.050.4000.33
HSL292.06º28.81%53.73%-
HSV(B)292.06º39.77%67.06%-
XYZ27.120.3241.02-
YUV128.39152.05151.97-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.16%
GREEN value IS 103 (40.62% from 255) = 23.62%
BLUE value IS 171 (67.19% from 255) = 39.22%
R=37.16%
G=23.62%
B=39.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1621031710.050.4000.33292.0628.8153.73
HexA267AB5280211241d36
Octal2421472535500414443566
Binary10100010110011110101011101101000010000110010010011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A267AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A267AB; }

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

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

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

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

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

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

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

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