#A443E3

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

Shades of Dark Orchid #A443E3

Tints of Dark Orchid #A443E3

Color information

#A443E3 (or 0xA443E3) is unknown color: approx Dark Orchid. HEX triplet: A4, 43 and E3. RGB value is (164,67,227). Sum of RGB (Red+Green+Blue) = 164+67+227=458 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.81% from 458); Green value is 67 (26.56% from 255 or 14.63% from 458); Blue value is 227 (89.06% from 255 or 49.56% from 458); Max value from RGB is 227 - color contains mainly: blue. Hex color #A443E3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A443E3 is #5BBC1C. Grayscale: #717171. Windows color (decimal): -6011933 or 14893988. OLE color: 14893988.

HSL color Cylindrical-coordinate representation of color #A443E3: hue angle of 276.38º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A443E3 is Cyan = 0.28, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB16467227-
CMYK0.280.7000.11
HSL276.38º74.07%57.65%-
HSV(B)276.38º70.48%89.02%-
XYZ31.1817.4574.4-
YUV114.24191.64163.49-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.81%
GREEN value IS 67 (26.56% from 255) = 14.63%
BLUE value IS 227 (89.06% from 255) = 49.56%
R=35.81%
G=14.63%
B=49.56%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal164672270.280.7000.11276.3874.0757.65
HexA443E31C460B1144a3a
Octal2441033433410601342411272
Binary10100100100001111100011111001000110010111000101001001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A443E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A443E3; }

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

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

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

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

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

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

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

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