#A40BB6

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

Shades of Dark Violet #A40BB6

Tints of Dark Violet #A40BB6

Color information

#A40BB6 (or 0xA40BB6) is unknown color: approx Dark Violet. HEX triplet: A4, 0B and B6. RGB value is (164,11,182). Sum of RGB (Red+Green+Blue) = 164+11+182=357 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.94% from 357); Green value is 11 (4.69% from 255 or 3.08% from 357); Blue value is 182 (71.48% from 255 or 50.98% from 357); Max value from RGB is 182 - color contains mainly: blue. Hex color #A40BB6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40BB6 is #5BF449. Grayscale: #4B4B4B. Windows color (decimal): -6026314 or 11930532. OLE color: 11930532.

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

Color convert

RGB16411182-
CMYK0.100.9400.29
HSL293.68º88.6%37.84%-
HSV(B)293.68º93.96%71.37%-
XYZ23.8711.5145.22-
YUV76.24187.69190.6-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.94%
GREEN value IS 11 (4.69% from 255) = 3.08%
BLUE value IS 182 (71.48% from 255) = 50.98%
R=45.94%
G=3.08%
B=50.98%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal164111820.100.9400.29293.6888.637.84
HexA4BB6A5E01D1265926
Octal244132661213603544613146
Binary10100100101110110110101010111100111011001001101011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40BB6; }

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

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

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

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

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

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

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

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