#A42DBA

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

Shades of Dark Orchid #A42DBA

Tints of Dark Orchid #A42DBA

Color information

#A42DBA (or 0xA42DBA) is unknown color: approx Dark Orchid. HEX triplet: A4, 2D and BA. RGB value is (164,45,186). Sum of RGB (Red+Green+Blue) = 164+45+186=395 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.52% from 395); Green value is 45 (17.97% from 255 or 11.39% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 186 - color contains mainly: blue. Hex color #A42DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42DBA is #5BD245. Grayscale: #606060. Windows color (decimal): -6017606 or 12201380. OLE color: 12201380.

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

Color convert

RGB16445186-
CMYK0.120.7600.27
HSL290.64º61.04%45.29%-
HSV(B)290.64º75.81%72.94%-
XYZ25.1113.3147.7-
YUV96.66178.42176.04-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.52%
GREEN value IS 45 (17.97% from 255) = 11.39%
BLUE value IS 186 (73.05% from 255) = 47.09%
R=41.52%
G=11.39%
B=47.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal164451860.120.7600.27290.6461.0445.29
HexA42DBAC4C01B1233d2d
Octal24455272141140334437555
Binary101001001011011011101011001001100011011100100011111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42DBA; }

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

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

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

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

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

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

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

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