Html Css Color HEX #A146DC Dark Orchid

📋 copy color: '#A146DC'

red 161 ◦ green 70 ◦ blue 220

#A146DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #A146DC

Tints of Dark Orchid #A146DC

RGB

 RED value IS 161 (63.28% from 255) = 35.7%

 GREEN value IS 70 (27.73% from 255) = 15.52%

 BLUE value IS 220 (86.33% from 255) = 48.78%

R = 35.7%
G = 15.52%
B = 48.78%

CMYK

 C value IS 0.27

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A146DC (or 0xA146DC) is known color: Dark Orchid. HEX triplet: A1, 46 and DC. RGB value is (161,70,220). Sum of RGB (Red+Green+Blue) = 161+70+220=451 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.70% from 451); Green value is 70 (27.73% from 255 or 15.52% from 451); Blue value is 220 (86.33% from 255 or 48.78% from 451); Max value from RGB is 220 - color contains mainly: blue. Hex color #A146DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A146DC is #5EB923. Grayscale: #717171. Windows color (decimal): -6207780 or 14436001. OLE color: 14436001.

HSL color Cylindrical-coordinate representation of color #A146DC: hue angle of 276.4º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A146DC is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 161 70 220 -
CMYK 0.27 0.68 0 0.14
HSL 276.4º 0.68% 0.57% -
HSV(B) 276.4º 0.68% 0.86% -
XYZ 29.81 17.12 69.44 -
YUV 114.31 187.65 161.3 -
System Red Green Blue C M Y K H S L
Decimal 161 70 220 0.27 0.68 0 0.14 276.4 0.68 0.57
Hex A1 46 DC 1B 44 0 E 114 44 39
Octal 241 106 334 33 104 0 16 424 104 71
Binary 10100001 1000110 11011100 11011 1000100 0 1110 100010100 1000100 111001

Color Harmonies of #A146DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A146DC

Black with #A146DC

Text Example


Text Example

White with #A146DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A146DC; }

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

 H1.HeaderClassName
 {
   color: #A146DC;
 }
 .AnyTagClassName
 {
   color: #A146DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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