#A041CF

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

Shades of Dark Orchid #A041CF

Tints of Dark Orchid #A041CF

Color information

#A041CF (or 0xA041CF) is unknown color: approx Dark Orchid. HEX triplet: A0, 41 and CF. RGB value is (160,65,207). Sum of RGB (Red+Green+Blue) = 160+65+207=432 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.04% from 432); Green value is 65 (25.78% from 255 or 15.05% from 432); Blue value is 207 (81.25% from 255 or 47.92% from 432); Max value from RGB is 207 - color contains mainly: blue. Hex color #A041CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A041CF is #5FBE30. Grayscale: #6D6D6D. Windows color (decimal): -6274609 or 13582752. OLE color: 13582752.

HSL color Cylindrical-coordinate representation of color #A041CF: hue angle of 280.14º 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 #A041CF is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16065207-
CMYK0.230.6900.19
HSL280.14º59.66%53.33%-
HSV(B)280.14º68.6%81.18%-
XYZ27.6515.7660.62-
YUV109.59182.97163.95-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.04%
GREEN value IS 65 (25.78% from 255) = 15.05%
BLUE value IS 207 (81.25% from 255) = 47.92%
R=37.04%
G=15.05%
B=47.92%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal160652070.230.6900.19280.1459.6653.33
HexA041CF17450131183c35
Octal240101317271050234307465
Binary10100000100000111001111101111000101010011100011000111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A041CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A041CF; }

 p { color: rgb(160,65,207); }

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

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

 a { background-color: rgb(160,65,207); }

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

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

 span { border-color: rgb(160,65,207); }

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