#A142CE

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

Shades of Dark Orchid #A142CE

Tints of Dark Orchid #A142CE

Color information

#A142CE (or 0xA142CE) is unknown color: approx Dark Orchid. HEX triplet: A1, 42 and CE. RGB value is (161,66,206). Sum of RGB (Red+Green+Blue) = 161+66+206=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 66 (26.17% from 255 or 15.24% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #A142CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A142CE is #5EBD31. Grayscale: #6D6D6D. Windows color (decimal): -6208818 or 13517473. OLE color: 13517473.

HSL color Cylindrical-coordinate representation of color #A142CE: hue angle of 280.71º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A142CE is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16166206-
CMYK0.220.6800.19
HSL280.71º58.82%53.33%-
HSV(B)280.71º67.96%80.78%-
XYZ27.7915.9360-
YUV110.36181.97164.12-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.18%
GREEN value IS 66 (26.17% from 255) = 15.24%
BLUE value IS 206 (80.86% from 255) = 47.58%
R=37.18%
G=15.24%
B=47.58%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal161662060.220.6800.19280.7158.8253.33
HexA142CE16440131193b35
Octal241102316261040234317365
Binary10100001100001011001110101101000100010011100011001111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A142CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A142CE; }

 p { color: rgb(161,66,206); }

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

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

 a { background-color: rgb(161,66,206); }

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

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

 span { border-color: rgb(161,66,206); }

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