#A42AE1

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

Shades of Dark Orchid #A42AE1

Tints of Dark Orchid #A42AE1

Color information

#A42AE1 (or 0xA42AE1) is unknown color: approx Dark Orchid. HEX triplet: A4, 2A and E1. RGB value is (164,42,225). Sum of RGB (Red+Green+Blue) = 164+42+225=431 (57% of max value = 765). Red value is 164 (64.45% from 255 or 38.05% from 431); Green value is 42 (16.80% from 255 or 9.74% from 431); Blue value is 225 (88.28% from 255 or 52.20% from 431); Max value from RGB is 225 - color contains mainly: blue. Hex color #A42AE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42AE1 is #5BD51E. Grayscale: #626262. Windows color (decimal): -6018335 or 14756516. OLE color: 14756516.

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

Color convert

RGB16442225-
CMYK0.270.8100.12
HSL280º75.31%52.35%-
HSV(B)280º81.33%88.24%-
XYZ29.7314.9872.56-
YUV99.34198.92174.12-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.05%
GREEN value IS 42 (16.80% from 255) = 9.74%
BLUE value IS 225 (88.28% from 255) = 52.20%
R=38.05%
G=9.74%
B=52.20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal164422250.270.8100.1228075.3152.35
HexA42AE11B510C1184b34
Octal244523413312101443011364
Binary1010010010101011100001110111010001011001000110001001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42AE1; }

 p { color: rgb(164,42,225); }

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

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

 a { background-color: rgb(164,42,225); }

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

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

 span { border-color: rgb(164,42,225); }

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