#A521C3

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

Shades of Dark Orchid #A521C3

Tints of Dark Orchid #A521C3

Color information

#A521C3 (or 0xA521C3) is unknown color: approx Dark Orchid. HEX triplet: A5, 21 and C3. RGB value is (165,33,195). Sum of RGB (Red+Green+Blue) = 165+33+195=393 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.98% from 393); Green value is 33 (13.28% from 255 or 8.40% from 393); Blue value is 195 (76.56% from 255 or 49.62% from 393); Max value from RGB is 195 - color contains mainly: blue. Hex color #A521C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A521C3 is #5ADE3C. Grayscale: #5A5A5A. Windows color (decimal): -5955133 or 12788133. OLE color: 12788133.

HSL color Cylindrical-coordinate representation of color #A521C3: hue angle of 288.89º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A521C3 is Cyan = 0.15, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16533195-
CMYK0.150.8300.24
HSL288.89º71.05%44.71%-
HSV(B)288.89º83.08%76.47%-
XYZ25.9113.0352.78-
YUV90.94186.73180.83-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.98%
GREEN value IS 33 (13.28% from 255) = 8.40%
BLUE value IS 195 (76.56% from 255) = 49.62%
R=41.98%
G=8.40%
B=49.62%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal165331950.150.8300.24288.8971.0544.71
HexA521C3F53018121472d
Octal245413031712303044110755
Binary1010010110000111000011111110100110110001001000011000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A521C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A521C3; }

 p { color: rgb(165,33,195); }

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

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

 a { background-color: rgb(165,33,195); }

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

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

 span { border-color: rgb(165,33,195); }

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