#a742c7

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

Shades of Dark Orchid #A742C7

Tints of Dark Orchid #A742C7

Color information

#A742C7 (or 0xA742C7) is unknown color: approx Dark Orchid. HEX triplet: A7, 42 and C7. RGB value is (167,66,199). Sum of RGB (Red+Green+Blue) = 167+66+199=432 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.66% from 432); Green value is 66 (26.17% from 255 or 15.28% from 432); Blue value is 199 (78.12% from 255 or 46.06% from 432); Max value from RGB is 199 - color contains mainly: blue. Hex color #A742C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A742C7 is #58BD38. Grayscale: #6E6E6E. Windows color (decimal): -5815609 or 13058727. OLE color: 13058727.

HSL color Cylindrical-coordinate representation of color #A742C7: hue angle of 285.56º degrees, saturation: 0.54, 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 #A742C7 is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB16766199-
CMYK0.160.6700.22
HSL285.56º54.29%51.96%-
HSV(B)285.56º66.83%78.04%-
XYZ28.1916.2455.68-
YUV111.36177.46167.69-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.66%
GREEN value IS 66 (26.17% from 255) = 15.28%
BLUE value IS 199 (78.12% from 255) = 46.06%
R=38.66%
G=15.28%
B=46.06%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal167661990.160.6700.22285.5654.2951.96
HexA742C7104301611e3634
Octal247102307201030264366664
Binary10100111100001011000111100001000011010110100011110110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a742c7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a742c7; }

 p { color: rgb(167,66,199); }

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

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

 a { background-color: rgb(167,66,199); }

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

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

 span { border-color: rgb(167,66,199); }

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