#A740CF

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

Shades of Dark Orchid #A740CF

Tints of Dark Orchid #A740CF

Color information

#A740CF (or 0xA740CF) is unknown color: approx Dark Orchid. HEX triplet: A7, 40 and CF. RGB value is (167,64,207). Sum of RGB (Red+Green+Blue) = 167+64+207=438 (58% of max value = 765). Red value is 167 (65.62% from 255 or 38.13% from 438); Green value is 64 (25.39% from 255 or 14.61% from 438); Blue value is 207 (81.25% from 255 or 47.26% from 438); Max value from RGB is 207 - color contains mainly: blue. Hex color #A740CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A740CF is #58BF30. Grayscale: #6E6E6E. Windows color (decimal): -5816113 or 13582503. OLE color: 13582503.

HSL color Cylindrical-coordinate representation of color #A740CF: hue angle of 283.22º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A740CF is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16764207-
CMYK0.190.6900.19
HSL283.22º59.83%53.14%-
HSV(B)283.22º69.08%81.18%-
XYZ29.0316.3960.66-
YUV111.1182.12167.87-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.13%
GREEN value IS 64 (25.39% from 255) = 14.61%
BLUE value IS 207 (81.25% from 255) = 47.26%
R=38.13%
G=14.61%
B=47.26%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal167642070.190.6900.19283.2259.8353.14
HexA740CF134501311b3c35
Octal247100317231050234337465
Binary10100111100000011001111100111000101010011100011011111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A740CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A740CF; }

 p { color: rgb(167,64,207); }

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

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

 a { background-color: rgb(167,64,207); }

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

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

 span { border-color: rgb(167,64,207); }

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