#A144D1

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

Shades of Dark Orchid #A144D1

Tints of Dark Orchid #A144D1

Color information

#A144D1 (or 0xA144D1) is unknown color: approx Dark Orchid. HEX triplet: A1, 44 and D1. RGB value is (161,68,209). Sum of RGB (Red+Green+Blue) = 161+68+209=438 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.76% from 438); Green value is 68 (26.95% from 255 or 15.53% from 438); Blue value is 209 (82.03% from 255 or 47.72% from 438); Max value from RGB is 209 - color contains mainly: blue. Hex color #A144D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A144D1 is #5EBB2E. Grayscale: #6F6F6F. Windows color (decimal): -6208303 or 13714593. OLE color: 13714593.

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

Color convert

RGB16168209-
CMYK0.230.6700.18
HSL279.57º60.52%54.31%-
HSV(B)279.57º67.46%81.96%-
XYZ28.2716.3161.98-
YUV111.88182.81163.04-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.76%
GREEN value IS 68 (26.95% from 255) = 15.53%
BLUE value IS 209 (82.03% from 255) = 47.72%
R=36.76%
G=15.53%
B=47.72%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal161682090.230.6700.18279.5760.5254.31
HexA144D117430121183d36
Octal241104321271030224307566
Binary10100001100010011010001101111000011010010100011000111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A144D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A144D1; }

 p { color: rgb(161,68,209); }

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

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

 a { background-color: rgb(161,68,209); }

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

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

 span { border-color: rgb(161,68,209); }

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