#A041CB

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

Shades of Dark Orchid #A041CB

Tints of Dark Orchid #A041CB

Color information

#A041CB (or 0xA041CB) is unknown color: approx Dark Orchid. HEX triplet: A0, 41 and CB. RGB value is (160,65,203). Sum of RGB (Red+Green+Blue) = 160+65+203=428 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.38% from 428); Green value is 65 (25.78% from 255 or 15.19% from 428); Blue value is 203 (79.69% from 255 or 47.43% from 428); Max value from RGB is 203 - color contains mainly: blue. Hex color #A041CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A041CB is #5FBE34. Grayscale: #6C6C6C. Windows color (decimal): -6274613 or 13320608. OLE color: 13320608.

HSL color Cylindrical-coordinate representation of color #A041CB: hue angle of 281.3º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A041CB is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB16065203-
CMYK0.210.6800.20
HSL281.3º57.02%52.55%-
HSV(B)281.3º67.98%79.61%-
XYZ27.1715.5758.07-
YUV109.14180.97164.28-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.38%
GREEN value IS 65 (25.78% from 255) = 15.19%
BLUE value IS 203 (79.69% from 255) = 47.43%
R=37.38%
G=15.19%
B=47.43%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal160652030.210.6800.20281.357.0252.55
HexA041CB15440141193935
Octal240101313251040244317165
Binary10100000100000111001011101011000100010100100011001111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A041CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A041CB; }

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

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

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

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

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

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

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

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