#A8419D

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

Shades of Violet Blue #A8419D

Tints of Violet Blue #A8419D

Color information

#A8419D (or 0xA8419D) is unknown color: approx Violet Blue. HEX triplet: A8, 41 and 9D. RGB value is (168,65,157). Sum of RGB (Red+Green+Blue) = 168+65+157=390 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.08% from 390); Green value is 65 (25.78% from 255 or 16.67% from 390); Blue value is 157 (61.72% from 255 or 40.26% from 390); Max value from RGB is 168 - color contains mainly: red. Hex color #A8419D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8419D is #57BE62. Grayscale: #6A6A6A. Windows color (decimal): -5750371 or 10305960. OLE color: 10305960.

HSL color Cylindrical-coordinate representation of color #A8419D: hue angle of 306.41º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A8419D is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB16865157-
CMYK00.610.070.34
HSL306.41º44.21%45.69%-
HSV(B)306.41º61.31%65.88%-
XYZ24.1214.5433.43-
YUV106.28156.62172.02-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.08%
GREEN value IS 65 (25.78% from 255) = 16.67%
BLUE value IS 157 (61.72% from 255) = 40.26%
R=43.08%
G=16.67%
B=40.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.07
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1686515700.610.070.34306.4144.2145.69
HexA8419D03D7221322c2e
Octal2501012350757424625456
Binary101010001000001100111010111101111100010100110010101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8419D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8419D; }

 p { color: rgb(168,65,157); }

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

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

 a { background-color: rgb(168,65,157); }

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

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

 span { border-color: rgb(168,65,157); }

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