#a342c8

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

Shades of Dark Orchid #A342C8

Tints of Dark Orchid #A342C8

Color information

#A342C8 (or 0xA342C8) is unknown color: approx Dark Orchid. HEX triplet: A3, 42 and C8. RGB value is (163,66,200). Sum of RGB (Red+Green+Blue) = 163+66+200=429 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.00% from 429); Green value is 66 (26.17% from 255 or 15.38% from 429); Blue value is 200 (78.52% from 255 or 46.62% from 429); Max value from RGB is 200 - color contains mainly: blue. Hex color #A342C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A342C8 is #5CBD37. Grayscale: #6D6D6D. Windows color (decimal): -6077752 or 13124259. OLE color: 13124259.

HSL color Cylindrical-coordinate representation of color #A342C8: hue angle of 283.43º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A342C8 is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB16366200-
CMYK0.180.6700.22
HSL283.43º54.92%52.16%-
HSV(B)283.43º67%78.43%-
XYZ27.4815.8556.26-
YUV110.28178.64165.6-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.00%
GREEN value IS 66 (26.17% from 255) = 15.38%
BLUE value IS 200 (78.52% from 255) = 46.62%
R=38.00%
G=15.38%
B=46.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal163662000.180.6700.22283.4354.9252.16
HexA342C8124301611b3734
Octal243102310221030264336764
Binary10100011100001011001000100101000011010110100011011110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a342c8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a342c8; }

 p { color: rgb(163,66,200); }

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

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

 a { background-color: rgb(163,66,200); }

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

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

 span { border-color: rgb(163,66,200); }

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