#A33DDC

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

Shades of Dark Orchid #A33DDC

Tints of Dark Orchid #A33DDC

Color information

#A33DDC (or 0xA33DDC) is unknown color: approx Dark Orchid. HEX triplet: A3, 3D and DC. RGB value is (163,61,220). Sum of RGB (Red+Green+Blue) = 163+61+220=444 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.71% from 444); Green value is 61 (24.22% from 255 or 13.74% from 444); Blue value is 220 (86.33% from 255 or 49.55% from 444); Max value from RGB is 220 - color contains mainly: blue. Hex color #A33DDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33DDC is #5CC223. Grayscale: #6D6D6D. Windows color (decimal): -6079012 or 14433699. OLE color: 14433699.

HSL color Cylindrical-coordinate representation of color #A33DDC: hue angle of 278.49º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A33DDC is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB16361220-
CMYK0.260.7200.14
HSL278.49º69.43%55.1%-
HSV(B)278.49º72.27%86.27%-
XYZ29.6916.2969.29-
YUV109.62190.29166.07-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.71%
GREEN value IS 61 (24.22% from 255) = 13.74%
BLUE value IS 220 (86.33% from 255) = 49.55%
R=36.71%
G=13.74%
B=49.55%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal163612200.260.7200.14278.4969.4355.1
HexA33DDC1A480E1164537
Octal243753343211001642610567
Binary1010001111110111011100110101001000011101000101101000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33DDC; }

 p { color: rgb(163,61,220); }

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

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

 a { background-color: rgb(163,61,220); }

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

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

 span { border-color: rgb(163,61,220); }

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