#A267AA

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

Shades of Violet Blue #A267AA

Tints of Violet Blue #A267AA

Color information

#A267AA (or 0xA267AA) is unknown color: approx Violet Blue. HEX triplet: A2, 67 and AA. RGB value is (162,103,170). Sum of RGB (Red+Green+Blue) = 162+103+170=435 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.24% from 435); Green value is 103 (40.62% from 255 or 23.68% from 435); Blue value is 170 (66.80% from 255 or 39.08% from 435); Max value from RGB is 170 - color contains mainly: blue. Hex color #A267AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A267AA is #5D9855. Grayscale: #808080. Windows color (decimal): -6133846 or 11167650. OLE color: 11167650.

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

Color convert

RGB162103170-
CMYK0.050.3900.33
HSL292.84º28.27%53.53%-
HSV(B)292.84º39.41%66.67%-
XYZ27.0120.2840.52-
YUV128.28151.55152.05-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.24%
GREEN value IS 103 (40.62% from 255) = 23.68%
BLUE value IS 170 (66.80% from 255) = 39.08%
R=37.24%
G=23.68%
B=39.08%

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
Decimal1621031700.050.3900.33292.8428.2753.53
HexA267AA5270211251c36
Octal2421472525470414453466
Binary10100010110011110101010101100111010000110010010111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A267AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A267AA; }

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

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

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

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

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

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

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

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