#A334C6

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

Shades of Dark Orchid #A334C6

Tints of Dark Orchid #A334C6

Color information

#A334C6 (or 0xA334C6) is unknown color: approx Dark Orchid. HEX triplet: A3, 34 and C6. RGB value is (163,52,198). Sum of RGB (Red+Green+Blue) = 163+52+198=413 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.47% from 413); Green value is 52 (20.70% from 255 or 12.59% from 413); Blue value is 198 (77.73% from 255 or 47.94% from 413); Max value from RGB is 198 - color contains mainly: blue. Hex color #A334C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A334C6 is #5CCB39. Grayscale: #656565. Windows color (decimal): -6081338 or 12989603. OLE color: 12989603.

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

Color convert

RGB16352198-
CMYK0.180.7400.22
HSL285.62º58.4%49.02%-
HSV(B)285.62º73.74%77.65%-
XYZ26.5314.3254.79-
YUV101.83182.27171.63-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.47%
GREEN value IS 52 (20.70% from 255) = 12.59%
BLUE value IS 198 (77.73% from 255) = 47.94%
R=39.47%
G=12.59%
B=47.94%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal163521980.180.7400.22285.6258.449.02
HexA334C6124A01611e3a31
Octal24364306221120264367261
Binary1010001111010011000110100101001010010110100011110111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A334C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A334C6; }

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

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

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

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

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

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

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

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