#A42EBB

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

Shades of Dark Orchid #A42EBB

Tints of Dark Orchid #A42EBB

Color information

#A42EBB (or 0xA42EBB) is unknown color: approx Dark Orchid. HEX triplet: A4, 2E and BB. RGB value is (164,46,187). Sum of RGB (Red+Green+Blue) = 164+46+187=397 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.31% from 397); Green value is 46 (18.36% from 255 or 11.59% from 397); Blue value is 187 (73.44% from 255 or 47.10% from 397); Max value from RGB is 187 - color contains mainly: blue. Hex color #A42EBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42EBB is #5BD144. Grayscale: #606060. Windows color (decimal): -6017349 or 12267172. OLE color: 12267172.

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

Color convert

RGB16446187-
CMYK0.120.7500.27
HSL290.21º60.52%45.69%-
HSV(B)290.21º75.4%73.33%-
XYZ25.2613.4348.28-
YUV97.36178.59175.54-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.31%
GREEN value IS 46 (18.36% from 255) = 11.59%
BLUE value IS 187 (73.44% from 255) = 47.10%
R=41.31%
G=11.59%
B=47.10%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal164461870.120.7500.27290.2160.5245.69
HexA42EBBC4B01B1223d2e
Octal24456273141130334427556
Binary101001001011101011101111001001011011011100100010111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42EBB; }

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

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

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

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

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

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

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

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