#A624C2

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

Shades of Dark Orchid #A624C2

Tints of Dark Orchid #A624C2

Color information

#A624C2 (or 0xA624C2) is unknown color: approx Dark Orchid. HEX triplet: A6, 24 and C2. RGB value is (166,36,194). Sum of RGB (Red+Green+Blue) = 166+36+194=396 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.92% from 396); Green value is 36 (14.45% from 255 or 9.09% from 396); Blue value is 194 (76.17% from 255 or 48.99% from 396); Max value from RGB is 194 - color contains mainly: blue. Hex color #A624C2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A624C2 is #59DB3D. Grayscale: #5C5C5C. Windows color (decimal): -5888830 or 12723366. OLE color: 12723366.

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

Color convert

RGB16636194-
CMYK0.140.8100.24
HSL289.37º68.7%45.1%-
HSV(B)289.37º81.44%76.08%-
XYZ26.0913.2652.22-
YUV92.88185.07180.15-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.92%
GREEN value IS 36 (14.45% from 255) = 9.09%
BLUE value IS 194 (76.17% from 255) = 48.99%
R=41.92%
G=9.09%
B=48.99%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal166361940.140.8100.24289.3768.745.1
HexA624C2E51018121452d
Octal246443021612103044110555
Binary1010011010010011000010111010100010110001001000011000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A624C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A624C2; }

 p { color: rgb(166,36,194); }

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

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

 a { background-color: rgb(166,36,194); }

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

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

 span { border-color: rgb(166,36,194); }

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