#a142cd

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

Shades of Dark Orchid #A142CD

Tints of Dark Orchid #A142CD

Color information

#A142CD (or 0xA142CD) is unknown color: approx Dark Orchid. HEX triplet: A1, 42 and CD. RGB value is (161,66,205). Sum of RGB (Red+Green+Blue) = 161+66+205=432 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.27% from 432); Green value is 66 (26.17% from 255 or 15.28% from 432); Blue value is 205 (80.47% from 255 or 47.45% from 432); Max value from RGB is 205 - color contains mainly: blue. Hex color #A142CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A142CD is #5EBD32. Grayscale: #6D6D6D. Windows color (decimal): -6208819 or 13451937. OLE color: 13451937.

HSL color Cylindrical-coordinate representation of color #A142CD: hue angle of 281.01º degrees, saturation: 0.58, 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 #A142CD is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB16166205-
CMYK0.210.6800.20
HSL281.01º58.16%53.14%-
HSV(B)281.01º67.8%80.39%-
XYZ27.6715.8859.36-
YUV110.25181.47164.2-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.27%
GREEN value IS 66 (26.17% from 255) = 15.28%
BLUE value IS 205 (80.47% from 255) = 47.45%
R=37.27%
G=15.28%
B=47.45%

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
Decimal161662050.210.6800.20281.0158.1653.14
HexA142CD15440141193a35
Octal241102315251040244317265
Binary10100001100001011001101101011000100010100100011001111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a142cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a142cd; }

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

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

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

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

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

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

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

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