#A144CB

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

Shades of Dark Orchid #A144CB

Tints of Dark Orchid #A144CB

Color information

#A144CB (or 0xA144CB) is unknown color: approx Dark Orchid. HEX triplet: A1, 44 and CB. RGB value is (161,68,203). Sum of RGB (Red+Green+Blue) = 161+68+203=432 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.27% from 432); Green value is 68 (26.95% from 255 or 15.74% from 432); Blue value is 203 (79.69% from 255 or 46.99% from 432); Max value from RGB is 203 - color contains mainly: blue. Hex color #A144CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A144CB is #5EBB34. Grayscale: #6E6E6E. Windows color (decimal): -6208309 or 13321377. OLE color: 13321377.

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

Color convert

RGB16168203-
CMYK0.210.6700.20
HSL281.33º56.49%53.14%-
HSV(B)281.33º66.5%79.61%-
XYZ27.5416.0258.14-
YUV111.2179.81163.52-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.27%
GREEN value IS 68 (26.95% from 255) = 15.74%
BLUE value IS 203 (79.69% from 255) = 46.99%
R=37.27%
G=15.74%
B=46.99%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal161682030.210.6700.20281.3356.4953.14
HexA144CB15430141193835
Octal241104313251030244317065
Binary10100001100010011001011101011000011010100100011001111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A144CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A144CB; }

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

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

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

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

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

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

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

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