#A140C4

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

Shades of Dark Orchid #A140C4

Tints of Dark Orchid #A140C4

Color information

#A140C4 (or 0xA140C4) is unknown color: approx Dark Orchid. HEX triplet: A1, 40 and C4. RGB value is (161,64,196). Sum of RGB (Red+Green+Blue) = 161+64+196=421 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.24% from 421); Green value is 64 (25.39% from 255 or 15.20% from 421); Blue value is 196 (76.95% from 255 or 46.56% from 421); Max value from RGB is 196 - color contains mainly: blue. Hex color #A140C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A140C4 is #5EBF3B. Grayscale: #6B6B6B. Windows color (decimal): -6209340 or 12861601. OLE color: 12861601.

HSL color Cylindrical-coordinate representation of color #A140C4: hue angle of 284.09º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A140C4 is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB16164196-
CMYK0.180.6700.23
HSL284.09º52.8%50.98%-
HSV(B)284.09º67.35%76.86%-
XYZ26.515.2353.77-
YUV108.05177.64165.77-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.24%
GREEN value IS 64 (25.39% from 255) = 15.20%
BLUE value IS 196 (76.95% from 255) = 46.56%
R=38.24%
G=15.20%
B=46.56%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal161641960.180.6700.23284.0952.850.98
HexA140C4124301711c3533
Octal241100304221030274346563
Binary10100001100000011000100100101000011010111100011100110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A140C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A140C4; }

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

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

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

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

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

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

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

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