#A067AD

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

Shades of Violet Blue #A067AD

Tints of Violet Blue #A067AD

Color information

#A067AD (or 0xA067AD) is unknown color: approx Violet Blue. HEX triplet: A0, 67 and AD. RGB value is (160,103,173). Sum of RGB (Red+Green+Blue) = 160+103+173=436 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.70% from 436); Green value is 103 (40.62% from 255 or 23.62% from 436); Blue value is 173 (67.97% from 255 or 39.68% from 436); Max value from RGB is 173 - color contains mainly: blue. Hex color #A067AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A067AD is #5F9852. Grayscale: #7F7F7F. Windows color (decimal): -6264915 or 11364256. OLE color: 11364256.

HSL color Cylindrical-coordinate representation of color #A067AD: hue angle of 288.86º 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 #A067AD is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB160103173-
CMYK0.080.4000.32
HSL288.86º29.91%54.12%-
HSV(B)288.86º40.46%67.84%-
XYZ26.8920.1942.02-
YUV128.02153.38150.81-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.70%
GREEN value IS 103 (40.62% from 255) = 23.62%
BLUE value IS 173 (67.97% from 255) = 39.68%
R=36.70%
G=23.62%
B=39.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1601031730.080.4000.32288.8629.9154.12
HexA067AD8280201211e36
Octal24014725510500404413666
Binary101000001100111101011011000101000010000010010000111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A067AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A067AD; }

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

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

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

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

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

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

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

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