#A268AB

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

Shades of Violet Blue #A268AB

Tints of Violet Blue #A268AB

Color information

#A268AB (or 0xA268AB) is unknown color: approx Violet Blue. HEX triplet: A2, 68 and AB. RGB value is (162,104,171). Sum of RGB (Red+Green+Blue) = 162+104+171=437 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.07% from 437); Green value is 104 (41.02% from 255 or 23.80% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 171 - color contains mainly: blue. Hex color #A268AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A268AB is #5D9754. Grayscale: #808080. Windows color (decimal): -6133589 or 11233442. OLE color: 11233442.

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

Color convert

RGB162104171-
CMYK0.050.3900.33
HSL291.94º28.51%53.92%-
HSV(B)291.94º39.18%67.06%-
XYZ27.220.5241.06-
YUV128.98151.72151.55-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.07%
GREEN value IS 104 (41.02% from 255) = 23.80%
BLUE value IS 171 (67.19% from 255) = 39.13%
R=37.07%
G=23.80%
B=39.13%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1621041710.050.3900.33291.9428.5153.92
HexA268AB5270211241d36
Octal2421502535470414443566
Binary10100010110100010101011101100111010000110010010011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A268AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A268AB; }

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

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

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

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

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

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

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

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