#A267AD

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

Shades of Violet Blue #A267AD

Tints of Violet Blue #A267AD

Color information

#A267AD (or 0xA267AD) is unknown color: approx Violet Blue. HEX triplet: A2, 67 and AD. RGB value is (162,103,173). Sum of RGB (Red+Green+Blue) = 162+103+173=438 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.99% from 438); Green value is 103 (40.62% from 255 or 23.52% from 438); Blue value is 173 (67.97% from 255 or 39.50% from 438); Max value from RGB is 173 - color contains mainly: blue. Hex color #A267AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A267AD is #5D9852. Grayscale: #808080. Windows color (decimal): -6133843 or 11364258. OLE color: 11364258.

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

Color convert

RGB162103173-
CMYK0.060.4000.32
HSL290.57º29.91%54.12%-
HSV(B)290.57º40.46%67.84%-
XYZ27.2920.442.03-
YUV128.62153.05151.81-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.99%
GREEN value IS 103 (40.62% from 255) = 23.52%
BLUE value IS 173 (67.97% from 255) = 39.50%
R=36.99%
G=23.52%
B=39.50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1621031730.060.4000.32290.5729.9154.12
HexA267AD6280201231e36
Octal2421472556500404433666
Binary10100010110011110101101110101000010000010010001111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A267AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A267AD; }

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

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

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

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

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

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

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

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