#A33DC1

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

Shades of Dark Orchid #A33DC1

Tints of Dark Orchid #A33DC1

Color information

#A33DC1 (or 0xA33DC1) is unknown color: approx Dark Orchid. HEX triplet: A3, 3D and C1. RGB value is (163,61,193). Sum of RGB (Red+Green+Blue) = 163+61+193=417 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.09% from 417); Green value is 61 (24.22% from 255 or 14.63% from 417); Blue value is 193 (75.78% from 255 or 46.28% from 417); Max value from RGB is 193 - color contains mainly: blue. Hex color #A33DC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33DC1 is #5CC23E. Grayscale: #6A6A6A. Windows color (decimal): -6079039 or 12664227. OLE color: 12664227.

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

Color convert

RGB16361193-
CMYK0.160.6800.24
HSL286.36º51.97%49.8%-
HSV(B)286.36º68.39%75.69%-
XYZ26.414.9751.95-
YUV106.55176.79168.27-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.09%
GREEN value IS 61 (24.22% from 255) = 14.63%
BLUE value IS 193 (75.78% from 255) = 46.28%
R=39.09%
G=14.63%
B=46.28%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal163611930.160.6800.24286.3651.9749.8
HexA33DC1104401811e3432
Octal24375301201040304366462
Binary1010001111110111000001100001000100011000100011110110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33DC1; }

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

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

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

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

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

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

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

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