#A724AC

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

Shades of Dark Orchid #A724AC

Tints of Dark Orchid #A724AC

Color information

#A724AC (or 0xA724AC) is unknown color: approx Dark Orchid. HEX triplet: A7, 24 and AC. RGB value is (167,36,172). Sum of RGB (Red+Green+Blue) = 167+36+172=375 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.53% from 375); Green value is 36 (14.45% from 255 or 9.6% from 375); Blue value is 172 (67.58% from 255 or 45.87% from 375); Max value from RGB is 172 - color contains mainly: blue. Hex color #A724AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A724AC is #58DB53. Grayscale: #5A5A5A. Windows color (decimal): -5823316 or 11281575. OLE color: 11281575.

HSL color Cylindrical-coordinate representation of color #A724AC: hue angle of 297.79º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A724AC is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16736172-
CMYK0.030.7900.33
HSL297.79º65.38%40.78%-
HSV(B)297.79º79.07%67.45%-
XYZ24.0112.4640.17-
YUV90.67173.9182.44-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.53%
GREEN value IS 36 (14.45% from 255) = 9.6%
BLUE value IS 172 (67.58% from 255) = 45.87%
R=44.53%
G=9.6%
B=45.87%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal167361720.030.7900.33297.7965.3840.78
HexA724AC34F02112a4129
Octal24744254311704145210151
Binary101001111001001010110011100111101000011001010101000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A724AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A724AC; }

 p { color: rgb(167,36,172); }

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

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

 a { background-color: rgb(167,36,172); }

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

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

 span { border-color: rgb(167,36,172); }

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