#A741E8

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

Shades of Dark Orchid #A741E8

Tints of Dark Orchid #A741E8

Color information

#A741E8 (or 0xA741E8) is unknown color: approx Dark Orchid. HEX triplet: A7, 41 and E8. RGB value is (167,65,232). Sum of RGB (Red+Green+Blue) = 167+65+232=464 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.99% from 464); Green value is 65 (25.78% from 255 or 14.01% from 464); Blue value is 232 (91.02% from 255 or 50% from 464); Max value from RGB is 232 - color contains mainly: blue. Hex color #A741E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A741E8 is #58BE17. Grayscale: #717171. Windows color (decimal): -5815832 or 15221159. OLE color: 15221159.

HSL color Cylindrical-coordinate representation of color #A741E8: hue angle of 276.65º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A741E8 is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB16765232-
CMYK0.280.7200.09
HSL276.65º78.4%58.24%-
HSV(B)276.65º71.98%90.98%-
XYZ32.3917.8278.08-
YUV114.54194.29165.42-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.99%
GREEN value IS 65 (25.78% from 255) = 14.01%
BLUE value IS 232 (91.02% from 255) = 50%
R=35.99%
G=14.01%
B=50%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal167652320.280.7200.09276.6578.458.24
HexA741E81C48091154e3a
Octal2471013503411001142511672
Binary10100111100000111101000111001001000010011000101011001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A741E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A741E8; }

 p { color: rgb(167,65,232); }

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

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

 a { background-color: rgb(167,65,232); }

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

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

 span { border-color: rgb(167,65,232); }

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