#A42EB9

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

Shades of Dark Orchid #A42EB9

Tints of Dark Orchid #A42EB9

Color information

#A42EB9 (or 0xA42EB9) is unknown color: approx Dark Orchid. HEX triplet: A4, 2E and B9. RGB value is (164,46,185). Sum of RGB (Red+Green+Blue) = 164+46+185=395 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.52% from 395); Green value is 46 (18.36% from 255 or 11.65% from 395); Blue value is 185 (72.66% from 255 or 46.84% from 395); Max value from RGB is 185 - color contains mainly: blue. Hex color #A42EB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42EB9 is #5BD146. Grayscale: #606060. Windows color (decimal): -6017351 or 12136100. OLE color: 12136100.

HSL color Cylindrical-coordinate representation of color #A42EB9: hue angle of 290.94º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A42EB9 is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16446185-
CMYK0.110.7500.27
HSL290.94º60.17%45.29%-
HSV(B)290.94º75.14%72.55%-
XYZ25.0413.3547.16-
YUV97.13177.59175.7-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.52%
GREEN value IS 46 (18.36% from 255) = 11.65%
BLUE value IS 185 (72.66% from 255) = 46.84%
R=41.52%
G=11.65%
B=46.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal164461850.110.7500.27290.9460.1745.29
HexA42EB9B4B01B1233c2d
Octal24456271131130334437455
Binary101001001011101011100110111001011011011100100011111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42EB9; }

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

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

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

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

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

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

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

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