#A42DBE

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

Shades of Dark Orchid #A42DBE

Tints of Dark Orchid #A42DBE

Color information

#A42DBE (or 0xA42DBE) is unknown color: approx Dark Orchid. HEX triplet: A4, 2D and BE. RGB value is (164,45,190). Sum of RGB (Red+Green+Blue) = 164+45+190=399 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.10% from 399); Green value is 45 (17.97% from 255 or 11.28% from 399); Blue value is 190 (74.61% from 255 or 47.62% from 399); Max value from RGB is 190 - color contains mainly: blue. Hex color #A42DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42DBE is #5BD241. Grayscale: #606060. Windows color (decimal): -6017602 or 12463524. OLE color: 12463524.

HSL color Cylindrical-coordinate representation of color #A42DBE: hue angle of 289.24º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A42DBE is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16445190-
CMYK0.140.7600.25
HSL289.24º61.7%46.08%-
HSV(B)289.24º76.32%74.51%-
XYZ25.5413.4949.97-
YUV97.11180.42175.71-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.10%
GREEN value IS 45 (17.97% from 255) = 11.28%
BLUE value IS 190 (74.61% from 255) = 47.62%
R=41.10%
G=11.28%
B=47.62%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal164451900.140.7600.25289.2461.746.08
HexA42DBEE4C0191213e2e
Octal24455276161140314417656
Binary101001001011011011111011101001100011001100100001111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42DBE; }

 p { color: rgb(164,45,190); }

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

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

 a { background-color: rgb(164,45,190); }

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

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

 span { border-color: rgb(164,45,190); }

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