#A427BA

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

Shades of Dark Orchid #A427BA

Tints of Dark Orchid #A427BA

Color information

#A427BA (or 0xA427BA) is unknown color: approx Dark Orchid. HEX triplet: A4, 27 and BA. RGB value is (164,39,186). Sum of RGB (Red+Green+Blue) = 164+39+186=389 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.16% from 389); Green value is 39 (15.62% from 255 or 10.03% from 389); Blue value is 186 (73.05% from 255 or 47.81% from 389); Max value from RGB is 186 - color contains mainly: blue. Hex color #A427BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A427BA is #5BD845. Grayscale: #5C5C5C. Windows color (decimal): -6019142 or 12199844. OLE color: 12199844.

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

Color convert

RGB16439186-
CMYK0.120.7900.27
HSL291.02º65.33%44.12%-
HSV(B)291.02º79.03%72.94%-
XYZ24.912.8947.63-
YUV93.13180.41178.55-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.16%
GREEN value IS 39 (15.62% from 255) = 10.03%
BLUE value IS 186 (73.05% from 255) = 47.81%
R=42.16%
G=10.03%
B=47.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal164391860.120.7900.27291.0265.3344.12
HexA427BAC4F01B123412c
Octal244472721411703344310154
Binary1010010010011110111010110010011110110111001000111000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A427BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A427BA; }

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

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

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

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

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

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

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

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