#A425AE

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

Shades of Dark Orchid #A425AE

Tints of Dark Orchid #A425AE

Color information

#A425AE (or 0xA425AE) is unknown color: approx Dark Orchid. HEX triplet: A4, 25 and AE. RGB value is (164,37,174). Sum of RGB (Red+Green+Blue) = 164+37+174=375 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.73% from 375); Green value is 37 (14.84% from 255 or 9.87% from 375); Blue value is 174 (68.36% from 255 or 46.4% from 375); Max value from RGB is 174 - color contains mainly: blue. Hex color #A425AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A425AE is #5BDA51. Grayscale: #5A5A5A. Windows color (decimal): -6019666 or 11412900. OLE color: 11412900.

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

Color convert

RGB16437174-
CMYK0.060.7900.32
HSL295.62º64.93%41.37%-
HSV(B)295.62º78.74%68.24%-
XYZ23.6112.2741.17-
YUV90.59175.08180.36-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.73%
GREEN value IS 37 (14.84% from 255) = 9.87%
BLUE value IS 174 (68.36% from 255) = 46.4%
R=43.73%
G=9.87%
B=46.4%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal164371740.060.7900.32295.6264.9341.37
HexA425AE64F0201284129
Octal24445256611704045010151
Binary1010010010010110101110110100111101000001001010001000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A425AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A425AE; }

 p { color: rgb(164,37,174); }

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

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

 a { background-color: rgb(164,37,174); }

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

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

 span { border-color: rgb(164,37,174); }

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