#A334D6

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

Shades of Dark Orchid #A334D6

Tints of Dark Orchid #A334D6

Color information

#A334D6 (or 0xA334D6) is unknown color: approx Dark Orchid. HEX triplet: A3, 34 and D6. RGB value is (163,52,214). Sum of RGB (Red+Green+Blue) = 163+52+214=429 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.00% from 429); Green value is 52 (20.70% from 255 or 12.12% from 429); Blue value is 214 (83.98% from 255 or 49.88% from 429); Max value from RGB is 214 - color contains mainly: blue. Hex color #A334D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A334D6 is #5CCB29. Grayscale: #676767. Windows color (decimal): -6081322 or 14038179. OLE color: 14038179.

HSL color Cylindrical-coordinate representation of color #A334D6: hue angle of 281.11º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A334D6 is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB16352214-
CMYK0.240.7600.16
HSL281.11º66.39%52.16%-
HSV(B)281.11º75.7%83.92%-
XYZ28.4715.165.03-
YUV103.66190.27170.33-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.00%
GREEN value IS 52 (20.70% from 255) = 12.12%
BLUE value IS 214 (83.98% from 255) = 49.88%
R=38.00%
G=12.12%
B=49.88%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal163522140.240.7600.16281.1166.3952.16
HexA334D6184C0101194234
Octal243643263011402043110264
Binary10100011110100110101101100010011000100001000110011000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A334D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A334D6; }

 p { color: rgb(163,52,214); }

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

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

 a { background-color: rgb(163,52,214); }

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

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

 span { border-color: rgb(163,52,214); }

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