#A742C1

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

Shades of Dark Orchid #A742C1

Tints of Dark Orchid #A742C1

Color information

#A742C1 (or 0xA742C1) is unknown color: approx Dark Orchid. HEX triplet: A7, 42 and C1. RGB value is (167,66,193). Sum of RGB (Red+Green+Blue) = 167+66+193=426 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.20% from 426); Green value is 66 (26.17% from 255 or 15.49% from 426); Blue value is 193 (75.78% from 255 or 45.31% from 426); Max value from RGB is 193 - color contains mainly: blue. Hex color #A742C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A742C1 is #58BD3E. Grayscale: #6E6E6E. Windows color (decimal): -5815615 or 12665511. OLE color: 12665511.

HSL color Cylindrical-coordinate representation of color #A742C1: hue angle of 287.72º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A742C1 is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16766193-
CMYK0.130.6600.24
HSL287.72º50.6%50.78%-
HSV(B)287.72º65.8%75.69%-
XYZ27.5115.9652.08-
YUV110.68174.46168.17-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.20%
GREEN value IS 66 (26.17% from 255) = 15.49%
BLUE value IS 193 (75.78% from 255) = 45.31%
R=39.20%
G=15.49%
B=45.31%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal167661930.130.6600.24287.7250.650.78
HexA742C1D420181203333
Octal247102301151020304406363
Binary1010011110000101100000111011000010011000100100000110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A742C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A742C1; }

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

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

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

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

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

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

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

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