#A426BD

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

Shades of Dark Orchid #A426BD

Tints of Dark Orchid #A426BD

Color information

#A426BD (or 0xA426BD) is unknown color: approx Dark Orchid. HEX triplet: A4, 26 and BD. RGB value is (164,38,189). Sum of RGB (Red+Green+Blue) = 164+38+189=391 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.94% from 391); Green value is 38 (15.23% from 255 or 9.72% from 391); Blue value is 189 (74.22% from 255 or 48.34% from 391); Max value from RGB is 189 - color contains mainly: blue. Hex color #A426BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A426BD is #5BD942. Grayscale: #5C5C5C. Windows color (decimal): -6019395 or 12396196. OLE color: 12396196.

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

Color convert

RGB16438189-
CMYK0.130.8000.26
HSL290.07º66.52%44.51%-
HSV(B)290.07º79.89%74.12%-
XYZ25.1912.9549.32-
YUV92.89182.24178.72-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.94%
GREEN value IS 38 (15.23% from 255) = 9.72%
BLUE value IS 189 (74.22% from 255) = 48.34%
R=41.94%
G=9.72%
B=48.34%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal164381890.130.8000.26290.0766.5244.51
HexA426BDD5001A122432d
Octal244462751512003244210355
Binary1010010010011010111101110110100000110101001000101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A426BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A426BD; }

 p { color: rgb(164,38,189); }

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

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

 a { background-color: rgb(164,38,189); }

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

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

 span { border-color: rgb(164,38,189); }

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