#A40BCE

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

Shades of Dark Violet #A40BCE

Tints of Dark Violet #A40BCE

Color information

#A40BCE (or 0xA40BCE) is unknown color: approx Dark Violet. HEX triplet: A4, 0B and CE. RGB value is (164,11,206). Sum of RGB (Red+Green+Blue) = 164+11+206=381 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.04% from 381); Green value is 11 (4.69% from 255 or 2.89% from 381); Blue value is 206 (80.86% from 255 or 54.07% from 381); Max value from RGB is 206 - color contains mainly: blue. Hex color #A40BCE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40BCE is #5BF431. Grayscale: #4E4E4E. Windows color (decimal): -6026290 or 13503396. OLE color: 13503396.

HSL color Cylindrical-coordinate representation of color #A40BCE: hue angle of 287.08º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A40BCE is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16411206-
CMYK0.200.9500.19
HSL287.08º89.86%42.55%-
HSV(B)287.08º94.66%80.78%-
XYZ26.5712.5959.42-
YUV78.98199.69188.64-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.04%
GREEN value IS 11 (4.69% from 255) = 2.89%
BLUE value IS 206 (80.86% from 255) = 54.07%
R=43.04%
G=2.89%
B=54.07%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal164112060.200.9500.19287.0889.8642.55
HexA4BCE145F01311f5a2b
Octal244133162413702343713253
Binary101001001011110011101010010111110100111000111111011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40BCE; }

 p { color: rgb(164,11,206); }

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

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

 a { background-color: rgb(164,11,206); }

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

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

 span { border-color: rgb(164,11,206); }

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