#A146CA

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

Shades of Dark Orchid #A146CA

Tints of Dark Orchid #A146CA

Color information

#A146CA (or 0xA146CA) is unknown color: approx Dark Orchid. HEX triplet: A1, 46 and CA. RGB value is (161,70,202). Sum of RGB (Red+Green+Blue) = 161+70+202=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 70 (27.73% from 255 or 16.17% from 433); Blue value is 202 (79.30% from 255 or 46.65% from 433); Max value from RGB is 202 - color contains mainly: blue. Hex color #A146CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A146CA is #5EB935. Grayscale: #6F6F6F. Windows color (decimal): -6207798 or 13256353. OLE color: 13256353.

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

Color convert

RGB16170202-
CMYK0.200.6500.21
HSL281.36º55.46%53.33%-
HSV(B)281.36º65.35%79.22%-
XYZ27.5516.2257.56-
YUV112.26178.65162.77-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.18%
GREEN value IS 70 (27.73% from 255) = 16.17%
BLUE value IS 202 (79.30% from 255) = 46.65%
R=37.18%
G=16.17%
B=46.65%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal161702020.200.6500.21281.3655.4653.33
HexA146CA14410151193735
Octal241106312241010254316765
Binary10100001100011011001010101001000001010101100011001110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A146CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A146CA; }

 p { color: rgb(161,70,202); }

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

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

 a { background-color: rgb(161,70,202); }

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

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

 span { border-color: rgb(161,70,202); }

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