#A321CF

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

Shades of Dark Orchid #A321CF

Tints of Dark Orchid #A321CF

Color information

#A321CF (or 0xA321CF) is unknown color: approx Dark Orchid. HEX triplet: A3, 21 and CF. RGB value is (163,33,207). Sum of RGB (Red+Green+Blue) = 163+33+207=403 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.45% from 403); Green value is 33 (13.28% from 255 or 8.19% from 403); Blue value is 207 (81.25% from 255 or 51.36% from 403); Max value from RGB is 207 - color contains mainly: blue. Hex color #A321CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A321CF is #5CDE30. Grayscale: #5B5B5B. Windows color (decimal): -6086193 or 13574563. OLE color: 13574563.

HSL color Cylindrical-coordinate representation of color #A321CF: hue angle of 284.83º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A321CF is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16333207-
CMYK0.210.8400.19
HSL284.83º72.5%47.06%-
HSV(B)284.83º84.06%81.18%-
XYZ26.9113.3860.2-
YUV91.71193.07178.85-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.45%
GREEN value IS 33 (13.28% from 255) = 8.19%
BLUE value IS 207 (81.25% from 255) = 51.36%
R=40.45%
G=8.19%
B=51.36%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal163332070.210.8400.19284.8372.547.06
HexA321CF155401311d482f
Octal243413172512402343511057
Binary10100011100001110011111010110101000100111000111011001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A321CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A321CF; }

 p { color: rgb(163,33,207); }

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

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

 a { background-color: rgb(163,33,207); }

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

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

 span { border-color: rgb(163,33,207); }

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