#A343C8

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

Shades of Dark Orchid #A343C8

Tints of Dark Orchid #A343C8

Color information

#A343C8 (or 0xA343C8) is unknown color: approx Dark Orchid. HEX triplet: A3, 43 and C8. RGB value is (163,67,200). Sum of RGB (Red+Green+Blue) = 163+67+200=430 (56% of max value = 765). Red value is 163 (64.06% from 255 or 37.91% from 430); Green value is 67 (26.56% from 255 or 15.58% from 430); Blue value is 200 (78.52% from 255 or 46.51% from 430); Max value from RGB is 200 - color contains mainly: blue. Hex color #A343C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A343C8 is #5CBC37. Grayscale: #6E6E6E. Windows color (decimal): -6077496 or 13124515. OLE color: 13124515.

HSL color Cylindrical-coordinate representation of color #A343C8: hue angle of 283.31º 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 #A343C8 is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB16367200-
CMYK0.180.6600.22
HSL283.31º54.73%52.35%-
HSV(B)283.31º66.5%78.43%-
XYZ27.5415.9756.27-
YUV110.87178.3165.19-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.91%
GREEN value IS 67 (26.56% from 255) = 15.58%
BLUE value IS 200 (78.52% from 255) = 46.51%
R=37.91%
G=15.58%
B=46.51%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal163672000.180.6600.22283.3154.7352.35
HexA343C8124201611b3734
Octal243103310221020264336764
Binary10100011100001111001000100101000010010110100011011110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A343C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A343C8; }

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

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

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

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

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

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

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

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