#A621C3

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

Shades of Dark Orchid #A621C3

Tints of Dark Orchid #A621C3

Color information

#A621C3 (or 0xA621C3) is unknown color: approx Dark Orchid. HEX triplet: A6, 21 and C3. RGB value is (166,33,195). Sum of RGB (Red+Green+Blue) = 166+33+195=394 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.13% from 394); Green value is 33 (13.28% from 255 or 8.38% from 394); Blue value is 195 (76.56% from 255 or 49.49% from 394); Max value from RGB is 195 - color contains mainly: blue. Hex color #A621C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A621C3 is #59DE3C. Grayscale: #5A5A5A. Windows color (decimal): -5889597 or 12788134. OLE color: 12788134.

HSL color Cylindrical-coordinate representation of color #A621C3: hue angle of 289.26º 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 #A621C3 is Cyan = 0.15, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16633195-
CMYK0.150.8300.24
HSL289.26º71.05%44.71%-
HSV(B)289.26º83.08%76.47%-
XYZ26.1213.1352.79-
YUV91.24186.56181.33-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.13%
GREEN value IS 33 (13.28% from 255) = 8.38%
BLUE value IS 195 (76.56% from 255) = 49.49%
R=42.13%
G=8.38%
B=49.49%

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
Decimal166331950.150.8300.24289.2671.0544.71
HexA621C3F53018121472d
Octal246413031712303044110755
Binary1010011010000111000011111110100110110001001000011000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A621C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A621C3; }

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

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

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

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

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

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

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

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