#A741D8

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

Shades of Dark Orchid #A741D8

Tints of Dark Orchid #A741D8

Color information

#A741D8 (or 0xA741D8) is unknown color: approx Dark Orchid. HEX triplet: A7, 41 and D8. RGB value is (167,65,216). Sum of RGB (Red+Green+Blue) = 167+65+216=448 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.28% from 448); Green value is 65 (25.78% from 255 or 14.51% from 448); Blue value is 216 (84.77% from 255 or 48.21% from 448); Max value from RGB is 216 - color contains mainly: blue. Hex color #A741D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A741D8 is #58BE27. Grayscale: #707070. Windows color (decimal): -5815848 or 14172583. OLE color: 14172583.

HSL color Cylindrical-coordinate representation of color #A741D8: hue angle of 280.53º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A741D8 is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB16765216-
CMYK0.230.7000.15
HSL280.53º65.94%55.1%-
HSV(B)280.53º69.91%84.71%-
XYZ30.2216.9566.65-
YUV112.71186.29166.72-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.28%
GREEN value IS 65 (25.78% from 255) = 14.51%
BLUE value IS 216 (84.77% from 255) = 48.21%
R=37.28%
G=14.51%
B=48.21%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal167652160.230.7000.15280.5365.9455.1
HexA741D817460F1194237
Octal2471013302710601743110267
Binary10100111100000111011000101111000110011111000110011000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A741D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A741D8; }

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

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

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

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

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

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

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

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