#A425B9

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

Shades of Dark Orchid #A425B9

Tints of Dark Orchid #A425B9

Color information

#A425B9 (or 0xA425B9) is unknown color: approx Dark Orchid. HEX triplet: A4, 25 and B9. RGB value is (164,37,185). Sum of RGB (Red+Green+Blue) = 164+37+185=386 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.49% from 386); Green value is 37 (14.84% from 255 or 9.59% from 386); Blue value is 185 (72.66% from 255 or 47.93% from 386); Max value from RGB is 185 - color contains mainly: blue. Hex color #A425B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A425B9 is #5BDA46. Grayscale: #5B5B5B. Windows color (decimal): -6019655 or 12133796. OLE color: 12133796.

HSL color Cylindrical-coordinate representation of color #A425B9: hue angle of 291.49º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A425B9 is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16437185-
CMYK0.110.8000.27
HSL291.49º66.67%43.53%-
HSV(B)291.49º80%72.55%-
XYZ24.7312.7247.05-
YUV91.84180.58179.47-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.49%
GREEN value IS 37 (14.84% from 255) = 9.59%
BLUE value IS 185 (72.66% from 255) = 47.93%
R=42.49%
G=9.59%
B=47.93%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal164371850.110.8000.27291.4966.6743.53
HexA425B9B5001B123432c
Octal244452711312003344310354
Binary1010010010010110111001101110100000110111001000111000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A425B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A425B9; }

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

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

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

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

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

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

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

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