#A33DE3

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

Shades of Dark Orchid #A33DE3

Tints of Dark Orchid #A33DE3

Color information

#A33DE3 (or 0xA33DE3) is unknown color: approx Dark Orchid. HEX triplet: A3, 3D and E3. RGB value is (163,61,227). Sum of RGB (Red+Green+Blue) = 163+61+227=451 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.14% from 451); Green value is 61 (24.22% from 255 or 13.53% from 451); Blue value is 227 (89.06% from 255 or 50.33% from 451); Max value from RGB is 227 - color contains mainly: blue. Hex color #A33DE3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33DE3 is #5CC21C. Grayscale: #6D6D6D. Windows color (decimal): -6079005 or 14892451. OLE color: 14892451.

HSL color Cylindrical-coordinate representation of color #A33DE3: hue angle of 276.87º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A33DE3 is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB16361227-
CMYK0.280.7300.11
HSL276.87º74.77%56.47%-
HSV(B)276.87º73.13%89.02%-
XYZ30.6416.6774.28-
YUV110.42193.79165.5-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.14%
GREEN value IS 61 (24.22% from 255) = 13.53%
BLUE value IS 227 (89.06% from 255) = 50.33%
R=36.14%
G=13.53%
B=50.33%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal163612270.280.7300.11276.8774.7756.47
HexA33DE31C490B1154b38
Octal243753433411101342511370
Binary1010001111110111100011111001001001010111000101011001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33DE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33DE3; }

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

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

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

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

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

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

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

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