#A443C8

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

Shades of Dark Orchid #A443C8

Tints of Dark Orchid #A443C8

Color information

#A443C8 (or 0xA443C8) is unknown color: approx Dark Orchid. HEX triplet: A4, 43 and C8. RGB value is (164,67,200). Sum of RGB (Red+Green+Blue) = 164+67+200=431 (57% of max value = 765). Red value is 164 (64.45% from 255 or 38.05% from 431); Green value is 67 (26.56% from 255 or 15.55% from 431); Blue value is 200 (78.52% from 255 or 46.40% from 431); Max value from RGB is 200 - color contains mainly: blue. Hex color #A443C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A443C8 is #5BBC37. Grayscale: #6E6E6E. Windows color (decimal): -6011960 or 13124516. OLE color: 13124516.

HSL color Cylindrical-coordinate representation of color #A443C8: hue angle of 283.76º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A443C8 is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB16467200-
CMYK0.180.6600.22
HSL283.76º54.73%52.35%-
HSV(B)283.76º66.5%78.43%-
XYZ27.7416.0856.28-
YUV111.16178.14165.69-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.05%
GREEN value IS 67 (26.56% from 255) = 15.55%
BLUE value IS 200 (78.52% from 255) = 46.40%
R=38.05%
G=15.55%
B=46.40%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal164672000.180.6600.22283.7654.7352.35
HexA443C8124201611c3734
Octal244103310221020264346764
Binary10100100100001111001000100101000010010110100011100110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A443C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A443C8; }

 p { color: rgb(164,67,200); }

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

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

 a { background-color: rgb(164,67,200); }

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

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

 span { border-color: rgb(164,67,200); }

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