#a428bc

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

Shades of Dark Orchid #A428BC

Tints of Dark Orchid #A428BC

Color information

#A428BC (or 0xA428BC) is unknown color: approx Dark Orchid. HEX triplet: A4, 28 and BC. RGB value is (164,40,188). Sum of RGB (Red+Green+Blue) = 164+40+188=392 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.84% from 392); Green value is 40 (16.02% from 255 or 10.20% from 392); Blue value is 188 (73.83% from 255 or 47.96% from 392); Max value from RGB is 188 - color contains mainly: blue. Hex color #A428BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A428BC is #5BD743. Grayscale: #5D5D5D. Windows color (decimal): -6018884 or 12331172. OLE color: 12331172.

HSL color Cylindrical-coordinate representation of color #A428BC: hue angle of 290.27º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A428BC is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16440188-
CMYK0.130.7900.26
HSL290.27º64.91%44.71%-
HSV(B)290.27º78.72%73.73%-
XYZ25.1513.0448.77-
YUV93.95181.08177.97-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.84%
GREEN value IS 40 (16.02% from 255) = 10.20%
BLUE value IS 188 (73.83% from 255) = 47.96%
R=41.84%
G=10.20%
B=47.96%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal164401880.130.7900.26290.2764.9144.71
HexA428BCD4F01A122412d
Octal244502741511703244210155
Binary1010010010100010111100110110011110110101001000101000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a428bc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a428bc; }

 p { color: rgb(164,40,188); }

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

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

 a { background-color: rgb(164,40,188); }

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

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

 span { border-color: rgb(164,40,188); }

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