#A42EB1

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

Shades of Dark Orchid #A42EB1

Tints of Dark Orchid #A42EB1

Color information

#A42EB1 (or 0xA42EB1) is unknown color: approx Dark Orchid. HEX triplet: A4, 2E and B1. RGB value is (164,46,177). Sum of RGB (Red+Green+Blue) = 164+46+177=387 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.38% from 387); Green value is 46 (18.36% from 255 or 11.89% from 387); Blue value is 177 (69.53% from 255 or 45.74% from 387); Max value from RGB is 177 - color contains mainly: blue. Hex color #A42EB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42EB1 is #5BD14E. Grayscale: #5F5F5F. Windows color (decimal): -6017359 or 11611812. OLE color: 11611812.

HSL color Cylindrical-coordinate representation of color #A42EB1: hue angle of 294.05º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A42EB1 is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16446177-
CMYK0.070.7400.31
HSL294.05º58.74%43.73%-
HSV(B)294.05º74.01%69.41%-
XYZ24.2213.0242.83-
YUV96.22173.59176.35-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.38%
GREEN value IS 46 (18.36% from 255) = 11.89%
BLUE value IS 177 (69.53% from 255) = 45.74%
R=42.38%
G=11.89%
B=45.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal164461770.070.7400.31294.0558.7443.73
HexA42EB174A01F1263b2c
Octal2445626171120374467354
Binary10100100101110101100011111001010011111100100110111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42EB1; }

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

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

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

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

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

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

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

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