#A40CB6

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

Shades of Dark Violet #A40CB6

Tints of Dark Violet #A40CB6

Color information

#A40CB6 (or 0xA40CB6) is unknown color: approx Dark Violet. HEX triplet: A4, 0C and B6. RGB value is (164,12,182). Sum of RGB (Red+Green+Blue) = 164+12+182=358 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.81% from 358); Green value is 12 (5.08% from 255 or 3.35% from 358); Blue value is 182 (71.48% from 255 or 50.84% from 358); Max value from RGB is 182 - color contains mainly: blue. Hex color #A40CB6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40CB6 is #5BF349. Grayscale: #4C4C4C. Windows color (decimal): -6026058 or 11930788. OLE color: 11930788.

HSL color Cylindrical-coordinate representation of color #A40CB6: hue angle of 293.65º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A40CB6 is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16412182-
CMYK0.100.9300.29
HSL293.65º87.63%38.04%-
HSV(B)293.65º93.41%71.37%-
XYZ23.8811.5345.22-
YUV76.83187.36190.18-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.81%
GREEN value IS 12 (5.08% from 255) = 3.35%
BLUE value IS 182 (71.48% from 255) = 50.84%
R=45.81%
G=3.35%
B=50.84%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal164121820.100.9300.29293.6587.6338.04
HexA4CB6A5D01D1265826
Octal244142661213503544613046
Binary10100100110010110110101010111010111011001001101011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40CB6; }

 p { color: rgb(164,12,182); }

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

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

 a { background-color: rgb(164,12,182); }

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

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

 span { border-color: rgb(164,12,182); }

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