#A33CD1

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

Shades of Dark Orchid #A33CD1

Tints of Dark Orchid #A33CD1

Color information

#A33CD1 (or 0xA33CD1) is unknown color: approx Dark Orchid. HEX triplet: A3, 3C and D1. RGB value is (163,60,209). Sum of RGB (Red+Green+Blue) = 163+60+209=432 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.73% from 432); Green value is 60 (23.83% from 255 or 13.89% from 432); Blue value is 209 (82.03% from 255 or 48.38% from 432); Max value from RGB is 209 - color contains mainly: blue. Hex color #A33CD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33CD1 is #5CC32E. Grayscale: #6B6B6B. Windows color (decimal): -6079279 or 13712547. OLE color: 13712547.

HSL color Cylindrical-coordinate representation of color #A33CD1: hue angle of 281.48º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A33CD1 is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB16360209-
CMYK0.220.7100.18
HSL281.48º61.83%52.75%-
HSV(B)281.48º71.29%81.96%-
XYZ28.2315.6261.85-
YUV107.78185.12167.38-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.73%
GREEN value IS 60 (23.83% from 255) = 13.89%
BLUE value IS 209 (82.03% from 255) = 48.38%
R=37.73%
G=13.89%
B=48.38%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal163602090.220.7100.18281.4861.8352.75
HexA33CD116470121193e35
Octal24374321261070224317665
Binary1010001111110011010001101101000111010010100011001111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33CD1; }

 p { color: rgb(163,60,209); }

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

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

 a { background-color: rgb(163,60,209); }

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

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

 span { border-color: rgb(163,60,209); }

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