#A770AD

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

Shades of Violet Blue #A770AD

Tints of Violet Blue #A770AD

Color information

#A770AD (or 0xA770AD) is unknown color: approx Violet Blue. HEX triplet: A7, 70 and AD. RGB value is (167,112,173). Sum of RGB (Red+Green+Blue) = 167+112+173=452 (59% of max value = 765). Red value is 167 (65.62% from 255 or 36.95% from 452); Green value is 112 (44.14% from 255 or 24.78% from 452); Blue value is 173 (67.97% from 255 or 38.27% from 452); Max value from RGB is 173 - color contains mainly: blue. Hex color #A770AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A770AD is #588F52. Grayscale: #878787. Windows color (decimal): -5803859 or 11366567. OLE color: 11366567.

HSL color Cylindrical-coordinate representation of color #A770AD: hue angle of 294.1º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A770AD is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB167112173-
CMYK0.030.3500.32
HSL294.1º27.11%55.88%-
HSV(B)294.1º35.26%67.84%-
XYZ29.2722.8242.4-
YUV135.4149.22150.54-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.95%
GREEN value IS 112 (44.14% from 255) = 24.78%
BLUE value IS 173 (67.97% from 255) = 38.27%
R=36.95%
G=24.78%
B=38.27%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1671121730.030.3500.32294.127.1155.88
HexA770AD3230201261b38
Octal2471602553430404463370
Binary1010011111100001010110111100011010000010010011011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A770AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A770AD; }

 p { color: rgb(167,112,173); }

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

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

 a { background-color: rgb(167,112,173); }

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

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

 span { border-color: rgb(167,112,173); }

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