#A42DB4

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

Shades of Dark Orchid #A42DB4

Tints of Dark Orchid #A42DB4

Color information

#A42DB4 (or 0xA42DB4) is unknown color: approx Dark Orchid. HEX triplet: A4, 2D and B4. RGB value is (164,45,180). Sum of RGB (Red+Green+Blue) = 164+45+180=389 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.16% from 389); Green value is 45 (17.97% from 255 or 11.57% from 389); Blue value is 180 (70.70% from 255 or 46.27% from 389); Max value from RGB is 180 - color contains mainly: blue. Hex color #A42DB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42DB4 is #5BD24B. Grayscale: #5F5F5F. Windows color (decimal): -6017612 or 11808164. OLE color: 11808164.

HSL color Cylindrical-coordinate representation of color #A42DB4: hue angle of 292.89º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A42DB4 is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16445180-
CMYK0.090.7500.29
HSL292.89º60%44.12%-
HSV(B)292.89º75%70.59%-
XYZ24.4913.0644.41-
YUV95.97175.42176.52-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.16%
GREEN value IS 45 (17.97% from 255) = 11.57%
BLUE value IS 180 (70.70% from 255) = 46.27%
R=42.16%
G=11.57%
B=46.27%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal164451800.090.7500.29292.896044.12
HexA42DB494B01D1253c2c
Octal24455264111130354457454
Binary101001001011011011010010011001011011101100100101111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42DB4; }

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

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

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

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

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

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

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

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