#A243CF

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

Shades of Dark Orchid #A243CF

Tints of Dark Orchid #A243CF

Color information

#A243CF (or 0xA243CF) is unknown color: approx Dark Orchid. HEX triplet: A2, 43 and CF. RGB value is (162,67,207). Sum of RGB (Red+Green+Blue) = 162+67+207=436 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.16% from 436); Green value is 67 (26.56% from 255 or 15.37% from 436); Blue value is 207 (81.25% from 255 or 47.48% from 436); Max value from RGB is 207 - color contains mainly: blue. Hex color #A243CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A243CF is #5DBC30. Grayscale: #6E6E6E. Windows color (decimal): -6143025 or 13583266. OLE color: 13583266.

HSL color Cylindrical-coordinate representation of color #A243CF: hue angle of 280.71º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A243CF is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16267207-
CMYK0.220.6800.19
HSL280.71º59.32%53.73%-
HSV(B)280.71º67.63%81.18%-
XYZ28.1716.260.67-
YUV111.36181.97164.12-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.16%
GREEN value IS 67 (26.56% from 255) = 15.37%
BLUE value IS 207 (81.25% from 255) = 47.48%
R=37.16%
G=15.37%
B=47.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal162672070.220.6800.19280.7159.3253.73
HexA243CF16440131193b36
Octal242103317261040234317366
Binary10100010100001111001111101101000100010011100011001111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A243CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A243CF; }

 p { color: rgb(162,67,207); }

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

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

 a { background-color: rgb(162,67,207); }

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

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

 span { border-color: rgb(162,67,207); }

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