#A140CB

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

Shades of Dark Orchid #A140CB

Tints of Dark Orchid #A140CB

Color information

#A140CB (or 0xA140CB) is unknown color: approx Dark Orchid. HEX triplet: A1, 40 and CB. RGB value is (161,64,203). Sum of RGB (Red+Green+Blue) = 161+64+203=428 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.62% from 428); Green value is 64 (25.39% from 255 or 14.95% 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 #A140CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A140CB is #5EBF34. Grayscale: #6C6C6C. Windows color (decimal): -6209333 or 13320353. OLE color: 13320353.

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

Color convert

RGB16164203-
CMYK0.210.6800.20
HSL281.87º57.2%52.35%-
HSV(B)281.87º68.47%79.61%-
XYZ27.3115.5658.06-
YUV108.85181.14165.2-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.62%
GREEN value IS 64 (25.39% from 255) = 14.95%
BLUE value IS 203 (79.69% from 255) = 47.43%
R=37.62%
G=14.95%
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
Decimal161642030.210.6800.20281.8757.252.35
HexA140CB154401411a3934
Octal241100313251040244327164
Binary10100001100000011001011101011000100010100100011010111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A140CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A140CB; }

 p { color: rgb(161,64,203); }

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

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

 a { background-color: rgb(161,64,203); }

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

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

 span { border-color: rgb(161,64,203); }

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