#A343C4

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

Shades of Dark Orchid #A343C4

Tints of Dark Orchid #A343C4

Color information

#A343C4 (or 0xA343C4) is unknown color: approx Dark Orchid. HEX triplet: A3, 43 and C4. RGB value is (163,67,196). Sum of RGB (Red+Green+Blue) = 163+67+196=426 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.26% from 426); Green value is 67 (26.56% from 255 or 15.73% from 426); Blue value is 196 (76.95% from 255 or 46.01% from 426); Max value from RGB is 196 - color contains mainly: blue. Hex color #A343C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A343C4 is #5CBC3B. Grayscale: #6D6D6D. Windows color (decimal): -6077500 or 12862371. OLE color: 12862371.

HSL color Cylindrical-coordinate representation of color #A343C4: hue angle of 284.65º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A343C4 is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB16367196-
CMYK0.170.6600.23
HSL284.65º52.23%51.57%-
HSV(B)284.65º65.82%76.86%-
XYZ27.0815.7953.84-
YUV110.41176.3165.51-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.26%
GREEN value IS 67 (26.56% from 255) = 15.73%
BLUE value IS 196 (76.95% from 255) = 46.01%
R=38.26%
G=15.73%
B=46.01%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal163671960.170.6600.23284.6552.2351.57
HexA343C4114201711d3434
Octal243103304211020274356464
Binary10100011100001111000100100011000010010111100011101110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A343C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A343C4; }

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

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

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

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

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

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

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

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