#A425B3

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

Shades of Dark Orchid #A425B3

Tints of Dark Orchid #A425B3

Color information

#A425B3 (or 0xA425B3) is unknown color: approx Dark Orchid. HEX triplet: A4, 25 and B3. RGB value is (164,37,179). Sum of RGB (Red+Green+Blue) = 164+37+179=380 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.16% from 380); Green value is 37 (14.84% from 255 or 9.74% from 380); Blue value is 179 (70.31% from 255 or 47.11% from 380); Max value from RGB is 179 - color contains mainly: blue. Hex color #A425B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A425B3 is #5BDA4C. Grayscale: #5A5A5A. Windows color (decimal): -6019661 or 11740580. OLE color: 11740580.

HSL color Cylindrical-coordinate representation of color #A425B3: hue angle of 293.66º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A425B3 is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB16437179-
CMYK0.080.7900.30
HSL293.66º65.74%42.35%-
HSV(B)293.66º79.33%70.2%-
XYZ24.1112.4743.78-
YUV91.16177.58179.95-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.16%
GREEN value IS 37 (14.84% from 255) = 9.74%
BLUE value IS 179 (70.31% from 255) = 47.11%
R=43.16%
G=9.74%
B=47.11%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal164371790.080.7900.30293.6665.7442.35
HexA425B384F01E126422a
Octal244452631011703644610252
Binary1010010010010110110011100010011110111101001001101000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A425B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A425B3; }

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

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

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

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

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

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

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

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