#A268AA

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

Shades of Violet Blue #A268AA

Tints of Violet Blue #A268AA

Color information

#A268AA (or 0xA268AA) is unknown color: approx Violet Blue. HEX triplet: A2, 68 and AA. RGB value is (162,104,170). Sum of RGB (Red+Green+Blue) = 162+104+170=436 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.16% from 436); Green value is 104 (41.02% from 255 or 23.85% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 170 - color contains mainly: blue. Hex color #A268AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A268AA is #5D9755. Grayscale: #808080. Windows color (decimal): -6133590 or 11167906. OLE color: 11167906.

HSL color Cylindrical-coordinate representation of color #A268AA: hue angle of 292.73º degrees, saturation: 0.28, 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 #A268AA is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB162104170-
CMYK0.050.3900.33
HSL292.73º27.97%53.73%-
HSV(B)292.73º38.82%66.67%-
XYZ27.1120.4840.56-
YUV128.87151.22151.63-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.16%
GREEN value IS 104 (41.02% from 255) = 23.85%
BLUE value IS 170 (66.80% from 255) = 38.99%
R=37.16%
G=23.85%
B=38.99%

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
Decimal1621041700.050.3900.33292.7327.9753.73
HexA268AA5270211251c36
Octal2421502525470414453466
Binary10100010110100010101010101100111010000110010010111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A268AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A268AA; }

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

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

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

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

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

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

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

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