#A843AD

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

Shades of Violet Blue #A843AD

Tints of Violet Blue #A843AD

Color information

#A843AD (or 0xA843AD) is unknown color: approx Violet Blue. HEX triplet: A8, 43 and AD. RGB value is (168,67,173). Sum of RGB (Red+Green+Blue) = 168+67+173=408 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.18% from 408); Green value is 67 (26.56% from 255 or 16.42% from 408); Blue value is 173 (67.97% from 255 or 42.40% from 408); Max value from RGB is 173 - color contains mainly: blue. Hex color #A843AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A843AD is #57BC52. Grayscale: #6C6C6C. Windows color (decimal): -5749843 or 11355048. OLE color: 11355048.

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

Color convert

RGB16867173-
CMYK0.030.6100.32
HSL297.17º44.17%47.06%-
HSV(B)297.17º61.27%67.84%-
XYZ25.715.3641.14-
YUV109.28163.96169.88-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.18%
GREEN value IS 67 (26.56% from 255) = 16.42%
BLUE value IS 173 (67.97% from 255) = 42.40%
R=41.18%
G=16.42%
B=42.40%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal168671730.030.6100.32297.1744.1747.06
HexA843AD33D0201292c2f
Octal2501032553750404515457
Binary10101000100001110101101111111010100000100101001101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A843AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A843AD; }

 p { color: rgb(168,67,173); }

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

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

 a { background-color: rgb(168,67,173); }

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

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

 span { border-color: rgb(168,67,173); }

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