#A206BC

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

Shades of Dark Violet #A206BC

Tints of Dark Violet #A206BC

Color information

#A206BC (or 0xA206BC) is unknown color: approx Dark Violet. HEX triplet: A2, 06 and BC. RGB value is (162,6,188). Sum of RGB (Red+Green+Blue) = 162+6+188=356 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.51% from 356); Green value is 6 (2.73% from 255 or 1.69% from 356); Blue value is 188 (73.83% from 255 or 52.81% from 356); Max value from RGB is 188 - color contains mainly: blue. Hex color #A206BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A206BC is #5DF943. Grayscale: #484848. Windows color (decimal): -6158660 or 12322466. OLE color: 12322466.

HSL color Cylindrical-coordinate representation of color #A206BC: hue angle of 291.43º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A206BC is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1626188-
CMYK0.140.9700.26
HSL291.43º93.81%38.04%-
HSV(B)291.43º96.81%73.73%-
XYZ24.0411.4448.52-
YUV73.39192.68191.2-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.51%
GREEN value IS 6 (2.73% from 255) = 1.69%
BLUE value IS 188 (73.83% from 255) = 52.81%
R=45.51%
G=1.69%
B=52.81%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal16261880.140.9700.26291.4393.8138.04
HexA26BCE6101A1235e26
Octal24262741614103244313646
Binary1010001011010111100111011000010110101001000111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A206BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A206BC; }

 p { color: rgb(162,6,188); }

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

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

 a { background-color: rgb(162,6,188); }

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

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

 span { border-color: rgb(162,6,188); }

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